showing results for - "pass text and variable in alert javascript"
Annette
11 May 2016
1var name = "John Doe";
2
3function myFunction() {
4  alert('Hello ' + name);
5}
similar questions
queries leading to this page
pass text and variable in alert javascript