DEV Community

Discussion on: Var, Let, and Const...What's The Difference?

Collapse
 
twkirkpatrick profile image
Tanner Kirkpatrick

Thanks Paul! I am still a beginner - 3 months into a bootcamp. We started out using var, and then they introduced es6. It's tough switching when you are so used to something - so I can definitely relate to that sentiment! Sometimes I will even write a full application using var, and then go back and switch everything out with es6. That helps cement the concepts!