+ 1
Explain the output
console.log(typeof(+"1")) First, what is + doing there alone??? Isn't it a syntax error? Second, the output....
7 ответов
console.log(typeof(+"1")) First, what is + doing there alone??? Isn't it a syntax error? Second, the output....