You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Challenge Make Instances of Objects with a Constructor Function has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
varCar=function(){this.wheels=4;this.engines=1;this.seats=1;};// Only change code below this line.varmyCar=newCar();this.wefv=4;this.nickname="THIS IS THE PROBLEM NOT READING THIS STRING";
The text was updated successfully, but these errors were encountered:
Challenge Make Instances of Objects with a Constructor Function has an issue.
User Agent is:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36
.Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
The text was updated successfully, but these errors were encountered: