List of Algorithm sites and brief description
- Hackerrank
- It is a technology hiring platform that is the standard for assessing developer skills
- Coderbyte
- It offers a collection of programming challenges in Javascript. I recommend going through the easy and medium challenges.
- Leetcode
- LeetCode OJ is a platform for preparing technical coding interviews.What I like about leetcode, it assumes zero knowledge of JS and you can work at your own pace in learning JS algorithms
- Codewars
- It is a great way to learn JS alogorithm basics. My favorite part is completing a solution and comparing your answer to the many other answers people have submitted.
- Projecteuler
- For those of you who enjoy Mathematics toy problemes. It starts from basics, all the way to abstract math. The easy ones are good one to start at.