#javascript
Read more stories on Hashnode
Articles with this tag
Have you ever come across this line "use strict" written on top of the code and wondered what this does and what is the use of this line? Only by...
Can you predict the output for the below snippets of code? console.log(item1) console.log(item2) var item1; let item2; let...