there are some behaviors I don't understand in Javascript :
- Why
console.log(011666)
logged5046
? - Why
typeof typeof 500
loggedstring
?
there are some behaviors I don't understand in Javascript :
console.log(011666)
logged 5046
?typeof typeof 500
logged string
?