Jun Group interview question

What's the difference between let and const?

Interview Answer

Anonymous

11 Nov 2019

let and const are basically the same the functional difference is that once a const has been set it's value cannot be changed.