DEV Community

Discussion on: What do you wish to know about JavaScript when you were in university?

Collapse
 
astarael2 profile image
Simon Mills
  • Closures. How they work and how to get away with never defining a single class.

  • Throwing functions around like variables because that's all they are.

  • Typescript. It exists and it can make the Dev experience so much less frustrating.

  • What happens to variable scope with var as opposed to const and let.

Collapse
 
itsmenatalie profile image
Natalia

TypeScript is worth to mention! And var vs const and let. True! Thanks! :)