In javascript, what's the difference between calling a function with call() and without it?

前端 未结 0 1739
Happy的楠姐
Happy的楠姐 2021-02-20 05:26

hey what\'s the difference between person.fullName(person1) and person.fullName.call(person1)?

here\'s the code:

var person = {
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题