Variables in Javascript | Javascript Tutorial




Variables in JavaScript: The value stored in a variable can be changed during program execution. A variable is only a name given to a memory location, all the operations done on the variable effects that memory location. In JavaScript, all the variables must be declared before they can be used.

Link to my Websites :-
Suraj Bahadur github : https://surajbahadur.me/
Suraj Bahadur Website : https://surajbahadur.tech
Suraj Bahadur Facebook – https://www.facebook.com/surajbahadur591
Suraj Bahadur Instagram – https://www.instagram.com/surajbahadur58/

– suraj bahadur

Original source