Functions as Arguments and Functions on Objects – Functional Programming in Javascript Part 2 Functions as values is a concept of Functional programming, a variable pointing to a function. Well of course you can pass this variable around. Anything that you can do to a value, you can do it with function, as function is a value. Likewise we can ... Read More »