Skip to content

Commit 9c2b2fc

Browse files
committed
Update 0.js
Adding // to make a comment or add instructions for human consumption.
1 parent 7d2f848 commit 9c2b2fc

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
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+
// The forward slash is used to indicate a comment in JavaScript, so the computer will ignore these lines when running the program.

0 commit comments

Comments
 (0)