Answers for "pass text and variable in alert javascript"

0

pass text and variable in alert javascript

var name = "John Doe";

function myFunction() {
  alert('Hello ' + name);
}
Posted by: Guest on July-30-2021

Code answers related to "pass text and variable in alert javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language