From 1025b7ad494d8587142ec8d308de7edccfee2b7b Mon Sep 17 00:00:00 2001 From: OscarZant Date: Thu, 12 Feb 2026 19:26:18 -0600 Subject: [PATCH] This is a hello world javascript file --- helloWorld.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 helloWorld.js diff --git a/helloWorld.js b/helloWorld.js new file mode 100644 index 000000000..79cea51a1 --- /dev/null +++ b/helloWorld.js @@ -0,0 +1,3 @@ +console.log("Hello Git; Hello JavaScript"); + +// My first time using javascript and doing pull requests!! \ No newline at end of file