Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not reading string on the "Make Instances of Objects with a Constructor Function" #9268

Closed
MigZyy opened this issue Jun 21, 2016 · 1 comment

Comments

@MigZyy
Copy link

MigZyy commented Jun 21, 2016

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:

var Car = function() {
  this.wheels = 4;
  this.engines = 1;
  this.seats = 1;
};

// Only change code below this line.

var myCar = new Car();
this.wefv = 4;
this.nickname ="THIS IS THE PROBLEM    NOT READING THIS STRING";
@raisedadead
Copy link
Member

Thanks for reporting this but, your code is not correct.
Please consult JavaScript Chat Room for any assistance.

Happy coding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants