Many
functional programming
languages can be viewed as elaborations on the lambda calculus. Although
Javascript is not widely known or used as a
functional language, it does have some
functional elements:
JavaScript has much in common with Scheme. ... And most importantly, functions are lambdas.
read more >>