We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e43aed commit 6bb52ceCopy full SHA for 6bb52ce
05-if-and-switch-statements/script.js
@@ -1,7 +1,7 @@
1
// 01) Spot the errors and fix them
2
3
console.log("Task 1");
4
-const size = 10;
+const size = 25;
5
let result;
6
7
if (size > 20) {
0 commit comments