DEV Community

Discussion on: What the heck is Currying anyway?

Collapse
 
thebuildguy profile image
Tulsi Prasad

Yeah, thanks for sharing a real world insight into using currying.

I've used method chaining for uncountable times however I am new to the term piping, but do understand the concept of it though. If possible, can you show a small example of how to make piping functions and how they're useful?

Collapse
 
functional_js profile image
Functional Javascript

Hey Tulsi,

It turned out to be a big example :), so I posted it here...
dev.to/functional_js/a-functional-...