This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.

Smartphone icons created by Freepik - Flaticon

JavaScript Variables

Strings are written with quotes.

Numbers are written without quotes.

var pi = 3.14;
var person = "John Doe";
var answer = 'Yes I am!';