Political Science, asked by roshniprasad169, 3 months ago

write down the rules to declare the variables of JavaScript​

Attachments:

Answers

Answered by HozaifaNazarSiddiqui
0

the rules to declare variables are:

  • it should not have any special characters except _
  • it should not be a reserved keyword
  • it cannot have white spaces between itself
  • it can't start with a number
Similar questions