From ba603b096426c2cfb47ca2c3cb196a9295a1e0b7 Mon Sep 17 00:00:00 2001 From: Anas Yunus <98308473+anas-yunus@users.noreply.github.com> Date: Sun, 16 Oct 2022 16:26:01 +0530 Subject: [PATCH] Created helloworld Made a new js file and added a c-log saying hello world --- hello.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.js diff --git a/hello.js b/hello.js new file mode 100644 index 0000000..d5f4124 --- /dev/null +++ b/hello.js @@ -0,0 +1 @@ +console.log("Hello World!")