Declare Constant


/ Published in: JavaScript
Save to your folder(s)

Defines a new constant
Notice how I capitalized the name. It is not mandatory, but it is a programming convention often used in C, so you will sometimes see constants capitalized in JavaScript as well.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.