Joined January 2014
·

Thinh Tran Duy

From Pi to Hell
·
·
·

You does not need return keyword when use CoffeeScript, lets see:

makeCounter = () ->
  x = 0
  () -> ++x
Achievements
131 Karma
11,928 Total ProTip Views