Underscore range is silly.

node v6.17.1
version: 2.0.0
endpointsharetweet
const _ = require('underscore'); const range1 = _.range(1, 3); _(range1).map((i) => i)
const range2 = _.range('1', '3'); _(range2).map((i) => i)
Loading…

no comments

    sign in to comment