Skip to content

Commit 6bb52ce

Browse files
committed
test: change size
1 parent 4e43aed commit 6bb52ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05-if-and-switch-statements/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 01) Spot the errors and fix them
22

33
console.log("Task 1");
4-
const size = 10;
4+
const size = 25;
55
let result;
66

77
if (size > 20) {

0 commit comments

Comments
 (0)