DEV Community

Discussion on: A simple explanation of functional pipe in JavaScript

Collapse
 
matejsvajger profile image
Matej Svajger

Very cool article!

I gave an attempt at implementing your proposal for the slugify function if anyone cares to play around: codesandbox.io/s/js-functional-pip...