我发现_.something(somevar, some_function_or_other_thing);
“语法”非常难看。使用类似 ruby 的迭代器和类似的东西有哪些好的替代方案:
10..times(function(i) {
console.log(i);
});
uppercasefoobar = ["foo", "bar"].each(function(i) {
return i.toUpperCase();
});
另外,我使用的是 node.js,所以它应该更多地关注代码而不是 DOM 的东西。