Archives for Saturday, February 6, 2016

February 2016 (4)
SMTWTFS
« Jan Mar »
123456
78910111213
14151617181920
21222324252627
2829

Like this Archive Calendar widget? Download it here.


Thinking functionally in JavaScript (part two)

Last time I took a quick look at why JavaScript can be used in a functional manner, primarily though the use of higher-order functions. Another way of putting this is that functions are objects in JavaScript, in the sense that they can be passed to and returned from other functions. And once you say “objects” as a programmer, you start thinking about things like composition, state, inheritance, and so on. […]

READ MORE