We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986c13b commit c120d70Copy full SHA for c120d70
1 file changed
Week2/akif.js
@@ -9,7 +9,7 @@ console.log("I'm awesome");
9
10
// Part 3 Console.log(x) --------------------------------
11
let x;
12
-console.log('the value of my variable x will be: 16');
+console.log('the value of my variable x will be: Undefined');
13
console.log(x);
14
x = 16;
15
console.log('the value of my variable x will be: 16');
0 commit comments