Skip to content

Commit 2f17199

Browse files
authored
Update 0.js
Added comments to exclude instructional lines from execution.
1 parent f5522e7 commit 2f17199

File tree

1 file changed

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

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1+
// we can turn the lines into comments. we can use:
2+
3+
// for single-line comments, or
4+
5+
/* for multi-line comments. */
6+
7+
/*
8+
19
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?
10+
We don't want the computer to run these 2 lines - how can we solve this problem?
11+
12+
*/

0 commit comments

Comments
 (0)