比較的簡単に思えます:
_.each words, (val, key) -> $(".word_choice")[key].html val
戻り値 :
$(".word_choice")[key].html is not a function
[Break On This Error]
return $(".word_choice")[key].html(val);
これを理解することはできません。私はこの参照を使用しています:
http://autotelicum.github.com/Smooth-CoffeeScript/literate/underscore.html#each