You have the start and stop values reversed. console.log(_.range(3, -1, -1)); # [ 3, 2, 1, 0 ]. Alternatively you can use the chainable ...
確定! 回上一頁