montrer mwsage js

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