Skip to content

Commit d5dfe95

Browse files
committed
Comment out instruction lines so they are not executed
1 parent ba118b5 commit d5dfe95

File tree

1 file changed

+2
-1
lines changed
  • Sprint-1/2-mandatory-errors

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
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+
// Using // to make them comments should resolve the problem. The // tells JavaScript to skip that line completely

0 commit comments

Comments
 (0)