Question: JavaScript Program Modify the Club constructor function, add a property called members which contains an empty Array. Then make a new Club(computer). Add john and

JavaScript Program

Modify the Club "constructor" function, add a property called members which contains an empty Array. Then make a new Club("computer"). Add "john" and then "fred" to the members array of this new Club object you created. Then run console.log() on the object you created.

Output:

JavaScript Program Modify the Club "constructor" function, add a property called members

console.log() Club (instance) ["name": "computer", "members": ["john", "fred"J

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!