-
-
Notifications
You must be signed in to change notification settings - Fork 39.1k
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
Unable to succeed at "Storing Values with the Assignment Operator" #9149
Comments
The code you have mentioned has got a syntax error and hence no tests would be run. // Setup
var a;
var b = 2;
// Only change code below this line
var a = 7;
var b = a; |
Please use the Help chat room for getting challenge related help. Happy Coding! |
I have also run into the issue described above even without the syntax error.
|
here is the answer removed solution by mod |
First pass: |
// Setup |
i had problem with this but after a while I tried : // Setup // Only change code below this line and it worked. |
Challenge Storing Values with the Assignment Operator has an issue.
User Agent is:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36
.Please describe how to reproduce this issue, and include links to screenshots if possible.
Write the code I've written below and attempt to run the test.
My code:
The text was updated successfully, but these errors were encountered: