From 691f5babdbaf3e1d388c7e8069131acc7af362ef Mon Sep 17 00:00:00 2001 From: LSvekis Date: Tue, 22 Jun 2021 15:26:51 -0400 Subject: [PATCH] Create comments --- chapter 1/comments | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 chapter 1/comments diff --git a/chapter 1/comments b/chapter 1/comments new file mode 100644 index 0000000..4c8e8b6 --- /dev/null +++ b/chapter 1/comments @@ -0,0 +1,5 @@ + console.log("hello world"); // This is a comment + /* + This is a multi line + Comment + */