var sayHi = function(person) { alert("Привет, " + person); }; sayHi('Вася');