From d7d385bbd2749869a69095a8e639c7638b49533d Mon Sep 17 00:00:00 2001 From: wansan Date: Mon, 21 Apr 2014 19:41:53 +0800 Subject: [PATCH] Update comments.md --- basics/comments.md | 3 +++ 1 file changed, 3 insertions(+) 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: