underscoreに詳しくないので、勉強半分でソースコードを読む。 利用するバージョン underscore.js(v1.8.3) resultとは underscorejs.orgのresult こんな説明。 _.result(object, property, [defaultValue]) If the value of the named property is a function then invoke it with the object as context; otherwise, return it. If a default value is provided and the property doesn't exist or is undefined then the default will be returned. If defaultValue is a fu
