DEV Community

Discussion on: The obscure `Function#length` property!

Collapse
 
jcubic profile image
Jakub T. Jankiewicz

This is very useful and not that obscure, you can use it for curry function. Or any meta/functional programming.

Here is another example of curry function with ES5: