Getting results by way of evaluating expressions in functions in Javascript is know as functional programming in JavaScript. In JavaScript, we can pass function as parameters for others functions or even some function expression which will produce some result.
Javascript is a multi-paradigm language. It supports OOP as well as function programming. Prototypal inheritance in JavaScript OOP is a must to know. In functional programming, important concepts to understand are: closures, first class function and lambdas.
Comments
Post a Comment