diff --git a/basics/comments.md b/basics/comments.md
index 21d9c8d2..07f3f193 100644
--- a/basics/comments.md
+++ b/basics/comments.md
@@ -1,5 +1,8 @@
# Comments
+
+123456789
+
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.
In Javascript, comments can be written in 2 different ways: