Передайте текст и переменную в оповещении JavaScript

var name = "John Doe";

function myFunction() {
  alert('Hello ' + name);
}
Colorful Centipede