Skip to content

Commit 6a8fc1c

Browse files
committed
how we can make sure the computer ignores the lines using comments
1 parent 7623716 commit 6a8fc1c

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ This is just an instruction for the first activity - but it is just for human co
1010
We don't want the computer to run these 2 lines - how can we solve this problem?
1111
1212
*/
13+
14+
// we can use comments to make sure the computer ignores the lines, comment them out using :
15+
16+
// // single line or /* multi-line */.

0 commit comments

Comments
 (0)