2014-07-14から1日間の記事一覧

CoffeeScriptでUnderscore.jsの備忘録

_.each [1,2,3], (n)-> console.log n _.each {one:1, two:2, three:3}, (value, key)-> console.log key + '=' + value