Skip to content

Commit e1a19ad

Browse files
SamBSalgadosumn2u
authored andcommitted
Improve sentence clarity in comments section
1 parent ca902cf commit e1a19ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/basics/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Comments are used to mark annotations for other programmers or smal
66

77
# Comments
88

9-
Comments are statements that will not be executed by the interpreter, comments are used to mark annotations for other programmers or small descriptions of what code does, thus making it easier for others to understand what your code does. They are also used to temporarily disable code without affecting the program control flow.
9+
Comments are statements that will not be executed by the interpreter. They are used to mark annotations for other programmers or small descriptions of what code does, thus making it easier for others to understand what your code does. They are also used to temporarily disable code without affecting the program control flow.
1010

1111
In JavaScript, comments can be written in two different ways:
1212

0 commit comments

Comments
 (0)