![Cover image for Differences between Let Var Const that you didn't know - ES6 [Video + Article]](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fuek8q0mvit45d4u5isog.png)
In this post we will discuss the differences between the let, var and const along with code examples and their outputs
Video:
Consider sub...
For further actions, you may consider blocking this person and/or reporting abuse
Unlike other languages
const
in JavaScript does not make the reference immutable. So, it's not really constant, merely final in its assignment.Thank you for contributing 🙂
Ah I see, didn't know that. Thanks 👍
Thanks for explaining!
Yes.. 🙂
The examples helped a lot in grasping the differences. Thanks for the article.
Thanks! 🙂
Yeah, true that. Thanks for contributing 🙂
Let me know if you liked the article and how I can improve in writing blogs. 😊 Thank you for reading. 🦄
Good article.. 👍
Thanks!
The summary helps... good one.. keep it up!
Thank you
Keep going!
Definitely! Thank you😊
Good one 🙌 the examples made things easier
Glad it helped 🙂
Yep