Well, my updated JavaScript course added a section on var/let/const (which I kinda knew already), but I didn't know about the naming conventions, for example UPPERCASE for const.
Awesome to hear about your progress Daniel! 🎉
I'd say UPPERCASE very common in other languages for constants but not so much in JS world.
Most of the people are using "const" like variable definitional and hence using standard JS camelCase.