Js Algorithm Challenges main
1.0.0
a collection of Algorithm Function challenges to sharpen your skills and help you get prepared for technical interviews.
Unsolved / Solved folder.Unsolved/folderYou can check to see if your function works properly by opening Unsolved/test.html in your web browser.
Functions that pass the tests will be denoted with a green check mark.
Functions that fail the tests will be denoted with a red x and an error message.
If you decide to give up you can find the solution in the corresponding Solved folder.
these functions use the var declaration. these will still work fine if you choose to use const/let respectively.
keep in mind that var is function scoped and let is block scoped. ?
any challenges or features that you want to add feel free to submit a pull request

extension