1. JavaScript can be used to program the behavior of web pages by changing HTML content and styles, hiding and showing HTML elements, and writing output in different ways.
2. JavaScript uses variables to store and work with data values. Variables are declared with var and assigned values using the equal sign.
3. JavaScript statements are made up of expressions, operators, and variables to perform actions like assigning values, performing calculations, and writing output.