Skip to content

azer/new-range

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

new-range

Returns an array of nums from start to end

Install

$ npm install new-range

Usage

range(10, 15)
// => 10, 11, 12, 13, 14

range(5)
// => 0, 1, 2, 3, 4

About

Returns an array of nums from start to end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published