diff --git a/Javascript/helloAmber.js b/Javascript/helloAmber.js new file mode 100644 index 0000000..7ffcd98 --- /dev/null +++ b/Javascript/helloAmber.js @@ -0,0 +1,11 @@ +function helloWorld() { + let today = new Date().getMonth(); + if (today == 9) { + console.log("Hello World"); + } + else { + console.log("Try again in October"); + } + } + + helloWorld(); diff --git a/README.md b/README.md index 6a06bbd..92a2e39 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,4 @@ Feel free to add your username here :) * [MauricioLanda](https://github.com/MauricioLanda) * [ShannonMCook](https://github.com/shannonmcook) * [Lashuk1729](https://github.com/Lashuk1729) +* [AmberRoberts](https://github.com/AmberRoberts/)