alert(); alert("Eli"); var firstName = "Eli"; firstName; Eli alert(42); 14 + 28; 42 alert(firstName + " is awesome!");