Programming
Coding, software development, and programming languages
1
questions
0
votes
1
answers
answers
Why does everyone say you should never use var in JavaScript anymore?
I learned JavaScript from an older course and they used var everywhere. Now I see people online saying var is basically evil and you should only use l...
366 views