//Direct String alert("Your message here."); //with variable const msg = "This is my message!" alert(msg)