Tagged Questions
2
votes
6answers
3k views
CoffeeScript and Named Functions
Elsewhere: an argument has arisen over the terminology of a named function in CoffeeScript. In particular somebody refereed to something like this
foo = ->
console.log("bar")
as a named ...