Skip to content

Commit 0d9eb1d

Browse files
committed
add explanation to mandatory-errors/0
1 parent b952753 commit 0d9eb1d

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
// This is just an instruction for the first activity - but it is just for human consumption
22
// We don't want the computer to run these 2 lines - how can we solve this problem?
3+
4+
// Explanation
5+
// The computer will try to run anything that is not a comment. To make comments we can add // at the beginning of a line (ctrl + /)
6+
// for multiple line comments we use /* text */

0 commit comments

Comments
 (0)