GitHub - bloominstituteoftechnology/JavaScript-I-Stretch-Assignment
- This repository is to be used as a Stretch Assignment for those looking for more reps and deeper understanding of concepts.
Project initialization
Fork and Clone this repository and cd into it.
- complete all of the exercises in each file.
- As you complete an exercise be sure to use invoke your functions and
console.log to print out the output of your function.
- Once the proper output is demonstrated, commit your code to your fork.
Instructions
- As soon as you've completed all the coding problems, submit a
pull-request with a copy of your fork and link it over to your Project Manager. Good luck!
- Once everything is complete, refactor your solutions to use
arrow functions as opposed to the function keyword