what is JavaScript variables?
Answers
Answered by
0
Answer:
Heya mate GM ❤
A JavaScript variable is simply a name of storage location. There are two types of variables in JavaScript : local variable and global variable. There are some rules while declaring a JavaScript variable (also known as identifiers). Name must start with a letter (a to z or A to Z), underscore( _ ), or dollar( $ ) sign....
Thank you have a great day ❤✌✌
Answered by
0
Answer:
In programming, just like in algebra, we use variables (like price1) to hold values.
In programming, just like in algebra, we use variables in expressions (total = price1 + price2).
From the example above, you can calculate the total to be 11.
Similar questions
Computer Science,
1 year ago
Math,
1 year ago