Skip to content

Commit e67f280

Browse files
committed
parts 1 2 3
1 parent 9803b43 commit e67f280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

how-to-write-code/Comments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// console.log("This does not print.");
44

55
console.log("Hello, World!"); // Comments do not have to start at the beginning of a line.
6-
6+
console.log("I am King");
77
/* Here is how
88
to have
99
multi-line

0 commit comments

Comments
 (0)