Skip to content

Commit 7489fae

Browse files
committed
converted the lines into comments so the program does not run them
1 parent dcf3d6f commit 7489fae

File tree

1 file changed

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

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
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+
4+
// we can prevent the pc from running those lines by adding the commenting // lines

0 commit comments

Comments
 (0)