How do i do this?!?!?!?!?!?!?!

Tell us what’s happening:
I can’t figure this out

Your code so far

// Only change code below this line
var a;
var b;
var c;
// Only change code above this line

a = a + 1;
b = b + 5;
c = c + "I am a String";

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14092.57.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.85 Safari/537.36

Challenge: Understanding Uninitialized Variables

Link to the challenge:

This looks like the starter code. What have you tried? Where are the instructions confusing you?

1 Like

oh nvm i just figured it out srry :sweat_smile: thx for your time

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.