JavaScript foundation
Different Data Types: Stings in quote Numbers Boolean is true or false Null is the absence of value Math Operators: + “add” – “subtract” * “multiply” / “divide” Properties: When you introduce a new piece of data into a JavaScript program, the browser saves it as an instance of the data type. An instance is an object … [Read more…]