From 212fe1c7835a92422a2a606ecee49cdc035da15f Mon Sep 17 00:00:00 2001 From: John Brown Date: Sun, 7 Sep 2025 20:33:52 -0400 Subject: [PATCH] initial push to repo --- 1. Preface/HelloWorld.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1. Preface/HelloWorld.js 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