Skip to content

Commit d6ed739

Browse files
author
Malik Stuckey
committed
practice comments
1 parent 67b9b3e commit d6ed739

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

how-to-write-code/Comments.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// This demo shows off comments!
1+
// This demo shows off comments!
22

3-
// console.log("This does not print.");
3+
console.log("This print now that I uncommented it.");
44

5-
console.log("Hello, World!"); // Comments do not have to start at the beginning of a line.
5+
console.log("Hello, World!"); // Comments do not have to start at the beginning of a line.
66

7-
/* Here is how
8-
to have
9-
multi-line
10-
comments. */
7+
/* Here is how
8+
to havecd
9+
multi-line
10+
comments. */
1111

12-
console.log("Comments make your code more readable by others.");
12+
console.log("Comments make your code more readable by others.");

0 commit comments

Comments
 (0)