Skip to content

Commit e0e0e10

Browse files
committed
fixed mandatory errors
1 parent 96e3fdb commit e0e0e10

File tree

1 file changed

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

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
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 // to comment out a single line
5+
// or we can use /* to start a multi-line comment
6+
// and end it with */
7+

0 commit comments

Comments
 (0)