Skip to content

Commit 6c59bf1

Browse files
committed
exercise 0.js Done
1 parent a288698 commit 6c59bf1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Sprint-1/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+
5+
// Answer
6+
//to write comments in JavaScript, we use two forward slashes like this so, for this exercise,
7+
// we can comment out the two lines above to prevent them from being executed.

0 commit comments

Comments
 (0)