Understanding Uninitialized Variables 1

Tell us what’s happening:

please can someone tell me what is wrong with my code i cant submit, the submit not working why

Your code so far


// Initialize these three variables
var a = 5;
var b = 10;
var c "I am a";

// Do not change code below this line

a = a + 1;
b = b + 5;
c = c + " String!";

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/understanding-uninitialized-variables/

i did that my issue is that the run test isnt woking at all

thanks i realized i missed the = sign