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

Correct code doesn't work #11624

Closed

Comments

@myen88
Copy link

myen88 commented Nov 11, 2016

Challenge Understanding Case Sensitivity in Variables has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

// Declarations
var studlyCapVaR;
var properCamelCase;
var titleCaseOver;

// Assignments
studlyCapVaR = 10;
properCamelCase = "A String";
titleCaseOver = 9000;
@raisedadead
Copy link
Member

Hi @mikeyen123

Your code is not correct, there is a typo.

The issue tracker is for reporting bugs only. Please use the help chat room or try looking through the forum for help with a specific challenge.

Happy Coding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment