Skip to content

Commit 23af249

Browse files
committed
Update comment formatting to use multi-line comment style for clarity
1 parent ebbbb71 commit 23af249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Sprint-1/2-mandatory-errors

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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?
33

4-
To prevent the computer from executing these lines of code, you can comment them out,
4+
/* To prevent the computer from executing these lines of code, you can comment them out,
55
you can use `//` for single-line comments or `/* */` for multi-line comments, like i demonstated above.

0 commit comments

Comments
 (0)