0

Can you do this, Call this on an object in array of object litterals?

var array = [
    { name: 'Eric', fullName: this.name + 'Smith'},
    { name: 'Joe', fullName: this.name + 'Shmoe'},
  ];
Eric Stermer
  • 959
  • 1
  • 12
  • 23

0 Answers0