// This is best way to make a variable // Varibales Store Data var variable1 = 56; //OR var variable2 = true; var variable3 = "Hello World";