hey what\'s the difference between person.fullName(person1) and person.fullName.call(person1)?
person.fullName(person1)
person.fullName.call(person1)
here\'s the code:
var person = {