We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a288698 commit 6c59bf1Copy full SHA for 6c59bf1
Sprint-1/errors/0.js
@@ -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?
+// This is just an instruction for the first activity - but it is just for human consumption
+// 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