JS Basics

Adding a script tag

Common commands:

console.log, alert, document.querySelector

Variables - for storing values

		var variableName = variableValue;
	

Types (String, Number, Boolean, Array, Object)

Functions - for executing a series of tasks

Open the console: View > Developer Tools > JavaScript Console