'const' inconsistency

When the ‘const’ declaration is first introduced in the ES6 section the course says to declare ‘const’ variables IN ALL CAPS. The course never goes on to follow that style rule, and just from a cursory google search using all caps doesn’t seem like proper styling for JS ‘const’ variables.

It might be a good idea to look at this thread: ES6: Declare a Read-Only Variable with the const Keyword - const naming?

1 Like