JavaScript constant naming convention | Basics
Use all caps for JavaScript constant naming. Most of the other programming languages (Java and Python) have all caps so I would suggest using that.… Read More »JavaScript constant naming convention | Basics