We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005f83f commit 5d44155Copy full SHA for 5d44155
session 1/assignments/assignment-1.md
@@ -32,6 +32,7 @@ const outerFunction = () => {
32
console.log(temp);
33
34
function innerFunction() {
35
+ console.log(temp);
36
var temp = 345;
37
38
}
0 commit comments