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