DEV Community

Discussion on: Differences between Let Var Const that you didn't know - ES6 [Video + Article]

Collapse
 
elmuerte profile image
Michiel Hendriks

Unlike other languages const in JavaScript does not make the reference immutable. So, it's not really constant, merely final in its assignment.

Collapse
 
developertharun profile image
Tharun Shiv

Thank you for contributing 🙂

Collapse
 
venkat121998 profile image
venkat anirudh

Ah I see, didn't know that. Thanks 👍

Collapse
 
riotfallen profile image
Dimas Maulana Dwi Saputra

Thanks for explaining!

Collapse
 
developertharun profile image
Tharun Shiv

Yes.. 🙂