Skip to content

Commit b887977

Browse files
committed
made correction for comments
1 parent a16ebf1 commit b887977

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Sprint-1/2-mandatory-errors

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +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? //
33

44
// We can solve this problem by writing those two lines as comments using //
55
// Because JavaScript ignores commented lines and they will not be executed by the computer. //

0 commit comments

Comments
 (0)