Functional Programing is Declarative. It means we focus more on what to do instead of How to do it. Pure Functions have no side effects which means it cannot alter anything outside the function. A higher order function is a function that takes a function as an argument, or returns a function.

4m read timeFrom sayurikamble.hashnode.dev
Post cover image
Table of contents
--> Pure FunctionsHigher Order Function
7 Comments

Sort: