Javascript Algorithms
Just when you though JavaScript couldn’t get any more weird, you discover the world of algorithms!
a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer. — Dictionary
In programming terms, an algorithm are often functions, that can be referenced by a larger program. These functions can have simple operations like, addition, subtraction…