Skip to content

A collection of Algorithm Function challenges to help sharpen your skills

Notifications You must be signed in to change notification settings

AshtonGasser/Js-Algorithm-Challenges-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm-function-Practice

a collection of Algorithm Function challenges to sharpen your skills and help you get prepared for technical interviews.

Instructions

  • each challenge contains an Unsolved / Solved folder.
  • Start by opening a challenge and navigate to the Unsolved/folder
  • Follow the instructions located in the corresponding readMe.md .

Solutions/Testing

  • You 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.

minor note
  • 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

Recommended

  • I highly recommend checking out the

extension

  • Live Server enables the HTML page to reload automatically after changes to files. Which greatly accelerates testing your functions and building with vanilla JavaScript, HTML, and CSS.

About

A collection of Algorithm Function challenges to help sharpen your skills

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published