Skip to content

Instantly share code, notes, and snippets.

@FrankFang
Created February 19, 2014 11:08
Show Gist options
  • Save FrankFang/9089967 to your computer and use it in GitHub Desktop.
Save FrankFang/9089967 to your computer and use it in GitHub Desktop.
range.js
Array.apply(null, Array(3)).map(Function.prototype.call.bind(Number))
Array.apply(null, Array(3)).map(function(value,index){return index})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment