Hello,
I tried a ton to get this code to work but it just doesn’t work and I even watched the video and the ‘Get a Hint’ option. Is there maybe a bug that somehow ruined the code or am I just too stupid to notice something?
// Only change code below this line
var a = 5;
var b = 10;
var c = “I am a”;
// Only change code above this line
a = a + 1;
b = b + 5;
c = c + “String!”;