This lesson covers some basic operations in JavaScript such as:
JavaScript.pdf
Solve the following math problem by writing a JavaScript program
A man travels for 12 hours and averages 66 miles per hour. Calculate how far he traveled.
Figure out the value of result in each expression by hand
result = 2 + 2 * 2; result = (2 + 2) * 2 - 2; result = 1 / 1 + 1 - 1 * 2
Variables are written using camel case. Do some research on the convention
Wikipedia: Camel Case