@@ -37,7 +37,7 @@ var person = {
name: "Ivan",
surname: "Ivanov",
sayHi: function(text){
- alert("Hi, this.getFullName());
+ alert("Hi," + this.getFullName());
}
getFullName: function(){