/ 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.
Expand |
Embed | Plain Text
const ERR_INVALID_USERID;
You need to login to post a comment.
