Roadmap

JavaScript Constants

In the JavaScript curriculum, starting in Unit 3, constants are introduced, but the example code and the solutions all show the use of “var” instead of “const”. Is there a reason why constants are introduced but always coded as variables?