13 Jul
2011

Exploring CoffeeScript Part 3 – More on Functions

For this blog post we?re going to continue where we previously left off, talking a bit more about functions in CoffeeScript. Let?s get things started by talking a bit about function scope. Function scope Like Ruby, CoffeeScript uses lexical scope. This means that a variable that is declared inside a function is invisible to outside […]

Read More