Programming Techniques: Regular expression search algorithm (1968)

Working with loops is quite common in procedural programming. But, applying some Functional Programming (FP) techniques may lead to better, clearer coding. In this article, we’re going to discuss common loops, and how they may benefit from giving an FP-look to them.Functional-style loopsModern JavaScript provides several ways of working with implicit loops. For instance, applying…