diff --git a/1. Preface/HelloWorld.js b/1. Preface/HelloWorld.js new file mode 100644 index 0000000..fbb6623 --- /dev/null +++ b/1. Preface/HelloWorld.js @@ -0,0 +1,2 @@ +console.log("Hello World"); +// With the above code I am conveying to the audience(the world) hello \ No newline at end of file