codetogo.io icon indicating copy to clipboard operation
codetogo.io copied to clipboard

Use Case Suggestion: range

Open simeor opened this issue 3 years ago • 0 comments

method like range() for an array

eg: [...Array(5).keys()]; => [0, 1, 2, 3, 4]

simeor avatar Dec 27 '20 15:12 simeor