Skip to content

Commit c120d70

Browse files
committed
corrections
1 parent 986c13b commit c120d70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Week2/akif.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ console.log("I'm awesome");
99

1010
// Part 3 Console.log(x) --------------------------------
1111
let x;
12-
console.log('the value of my variable x will be: 16');
12+
console.log('the value of my variable x will be: Undefined');
1313
console.log(x);
1414
x = 16;
1515
console.log('the value of my variable x will be: 16');

0 commit comments

Comments
 (0)