Computer Science, asked by jgckvjgk, 10 months ago

what is JavaScript variables?​

Answers

Answered by thakurji80
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 Anonymous
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