const item={ "hye":true , "hi":false , "hii":var undefined "hiii":undefined } console.log(item ["hye"]) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

const item={ "hye":true , "hi":false , "hii":var undefined "hiii":undefined } console.log(item ["hye"])

13th Sep 2022, 12:14 PM
Badnam 4758
Badnam 4758 - avatar
1 Answer
+ 2
Unexpected Token var on line 3 Missing , on same line
13th Sep 2022, 2:15 PM
Prashanth Kumar
Prashanth Kumar - avatar