/ Published in: JavaScript
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.
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
const ERR_INVALID_USERID;