tutorial.eyehunts.com
JavaScript constant naming convention | Basics
Use all caps to JavaScript constant naming. Most of the other programming languages (Java and Python) have all caps so I would suggest using
Rohit