Skip to content

Commit 97ad770

Browse files
committed
commented out the 2 lines in 0.js
1 parent 46a401b commit 97ad770

File tree

1 file changed

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

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
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?
1+
// 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?
3+
/* comment out any code you do not want the machine to run by add two forward slash to a single line comment
4+
a single slash and a multiplication sign to both ends of a double line comment like this.
5+
*/

0 commit comments

Comments
 (0)