Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b8e389c

Browse files
Update 05_CodeComments.md
1 parent 3329c5b commit b8e389c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎05_CodeComments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A block comment is anything between the characters `/*` and `*/`. It can appear
2323
/* This is a Javascript block comment.
2424
This comment spans more than one line. */
2525
/*
26-
Anything between "whack asterisk" and "asterisk whack" is not considered actual Javascript code, and is ignored
26+
Anything between "whack asterisk" and "asterisk whack" is not considered executable Javascript code, and is ignored
2727
when running the program.
2828
*/
2929
console.log(/*The answer to the fundamental question, according to a certain book*/42) // prints 42

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /