Computer Science, asked by shinchan04125, 1 day ago

What are the rules to givWhat are the rules to give a name to the variable?e a name to the variable?

Answers

Answered by Anonymous
99

Explanation:

\huge\boxed{\tt\purple{❥︎AnSweR༄}}Rules for Naming Variables

The first character must be a letter or an underscore (_). ...

The rest of the variable name can include any letter, any number, or the underscore. ...

As with the rest of JavaScript, variable names are case sensitive. ...

There's no limit to the length of the variable name.

Similar questions