Reply to 918902921739325440
@jezenthomas JS has no range literal. A few hackish ways exist, like [...Array(20).keys()].map() It gets worse if you want a range that starts elsewhere.Reply to 918902921739325440
@jezenthomas JS has no range literal. A few hackish ways exist, like [...Array(20).keys()].map() It gets worse if you want a range that starts elsewhere.