Skip to content

Commit e32fceb

Browse files
committed
change the codes to comments in 0.js
1 parent 921ba5a commit e32fceb

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 use comments to ignore these lines of code, in javascript we use // for single line comments and /* */ for multi line comments

0 commit comments

Comments
 (0)