Skip to content

Commit 8e1e5ad

Browse files
committed
add solution
1 parent a102624 commit 8e1e5ad

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • Sprint-1/2-mandatory-errors

Sprint-1/2-mandatory-errors/0.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
This is just an instruction for the first activity - but it is just for human consumption
2-
We don't want the computer to run these 2 lines - how can we solve this problem?
2+
We don't want the computer to run these 2 lines - how can we solve this problem?
3+
4+
// We can solve this problem by writing those two lines as comments using //,
5+
// because JavaScript ignores commented lines and they will not be executed by the computer.

0 commit comments

Comments
 (0)