5:28am PDT - October 17th, 2021

This does not make sense: $ node > let x = [] > x[2] = "some or another string" > https://t.co/QWwXOcwyHE(x[2]) '[object String]' > https://t.co/QWwXOcwyHE(x[0]) '[object Undefined]' > let z = JSON.parse(JSON.stringify(x)) > https://t.co/QWwXOcwyHE(z[0]) '[object Null]' ^- WHY?

0 retweets   0 likes  - Encapsule Project (@Encapsule)