DEV Community

Discussion on: Functional Programming in JavaScript? Yes, Please.

 
pamblam profile image
Rob Parham

Exactly. Anything that binds "this" is oop, not functional. Arrow functions do not, so they're better suited for truly functional programming.