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 + */