The values are assigned as instructed to variables,help me in undefining c var
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
a = a + 1;
b = b + 5;
c = c + " String!";
Your browser information:
Your Browser User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0
.
Link to the challenge: