What are three commonly used types of data?
Number, text and Boolean
What are the forms that numerical data can come in?
Fractional (or floating point numbers) eg 3.1476 and whole (also known as intergers)
What is another term for text data?
A string
How do you tell Java that something is a string?
By using “ “ around the text eg “Hello”
What is a reversed word?
A name that you cannot use for a variable in JavaScript eg ‘var’