Skip to content

Commit 0740ab2

Browse files
committed
fix typos
1 parent 1cd13f4 commit 0740ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Comments
22

3-
Comments are statements that will not be executed by the interpreter, comments are used to mark anotations for others programmers or small descriptions of what your code does, thus making it easier for others to understand what your code does.
3+
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 your code does, thus making it easier for others to understand what your code does.
44

55
In Javascript, comments can be written in 2 different ways:
66

0 commit comments

Comments
 (0)