Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

sparse array key

Author: @vaaaaanquish

[[,,]] が並んでいますが、何が出力されるでしょう。

x = {[[,,]]:[[,,]]}
y = JSON.stringify(x)
console.log(y)

実行

nvm use
node -e "x = {[[,,]]:[[,,]]}; y = JSON.stringify(x); console.log(y)"

解説

explanation.mdで解説しています