tinode
#1
Tell us what’s happening:
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 + " String!";
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36
.
Challenge: Understanding Uninitialized Variables
Link to the challenge:
Hello there.
Do you have a question?
If so, please edit your post to include it in the Tell us what’s happening section.
The more information you give us, the more likely we are to be able to help.
tinode
#3
Bonjour jeremy
je ten prie jai besoin de ton aide pour comprendre ce qui ce passe avec les variables non initialiser
var a = 5;
var b = 10 ;
var c = "I am a ";
a = a + 1;
b = b + 5;
c = c + " String!";