Tell us what’s happening:
My code meets all the conditions except “do not change code below this line”; however, I haven’t changed any code below the line! What else do I need to do? Thanks
Your code so far
// Initialize these three variables
var a = 6;
var b = 15;
var c = "I am a String!";
// Do not change code below this line
Your browser information:
Your Browser User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36.
Link to the challenge:
https://www.freecodecamp.org/challenges/understanding-uninitialized-variables
