JS is the most widely used language of all time. It is used in browser environments (client side) as well as non-browser environments such as Node.js (server side)
Variables are containers for storing values or data
When a variable is declared, it is stored in memory
An assignment operator is the = sign, and it assigns the given value to the variable
Information received from the user is called input.