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 b952753 commit 0d9eb1dCopy full SHA for 0d9eb1d
Sprint-1/2-mandatory-errors/0.js
@@ -1,2 +1,6 @@
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
+// 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