// Only change code below this line
var a = 5;
var b = 10;
var c = "I am a ";
// Only change code below this line
a = a + 1;
b = b + 5;
c = c + “String!”
whats my failure?
// Only change code below this line
var a = 5;
var b = 10;
var c = "I am a ";
// Only change code below this line
a = a + 1;
b = b + 5;
c = c + “String!”
whats my failure?
hi there, please post a link to the challenge page so we can review it with you.
ohh sorry here it is:
Thanks that you answered that quick:)
Oh no everything is fine… I don´t know what I did different. But thanks!