Skip to content

Commit b7acb73

Browse files
committed
completed 0.js with comments
1 parent 2309db3 commit b7acb73

File tree

1 file changed

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

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
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+
//*Answer
5+
// We comment it out,
6+
// We can do this by using a two forward slashes ("//")if it is on one line
7+
//or we use one forward slash with an asterisk at the start("/*") and an asterisk
8+
// and a forward slash at the end ("*/") for block commenting

0 commit comments

Comments
 (0)