File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Sprint-1/2-mandatory-errors Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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+ //SyntaxError: Unexpected identifier 'is' that was the error after i ran node.
5+ // I think javascript is trying run them word for word and found is in an unfamiliar place.
6+ // could also be that its trying to run is as a code which is not correct.
7+
8+ /* To make this correct we can add a double line(//) before the statement to make it a single line comment,
9+ or we can add a line and asterisk before and after to make it a double line comment */
You can’t perform that action at this time.
0 commit comments