We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d1d2df + 1600b73 commit 5c14e74Copy full SHA for 5c14e74
1 file changed
problems/scope/problem.md
@@ -52,7 +52,7 @@ const a = 1; const b = 2; const c = 3;
52
const a = 7; const c = 9;
53
54
(function fourthFunction () {
55
- const a = 1; const c = 8
+ const a = 1; const c = 8;
56
})()
57
58
0 commit comments