diff --git a/Chapter 1_/1 b/Chapter 1_/1 new file mode 100644 index 0000000..8a63636 --- /dev/null +++ b/Chapter 1_/1 @@ -0,0 +1,14 @@ + + + + + Tester + + + + + + + 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 + */