Jun Group Interview Question

What's the difference between let and const?

Interview Answer

Anonymous

Nov 11, 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.