function add(x, y, z) { alert(x+y+z); //the execution of the popup must be inside the fuction code. } add(2, 3, 4); //parameters can be outside the function.