© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Robert Budzyński
All quite easy in pure javascript, thanks to spread syntax:
[...Array(9).keys()].filter(i => !(i % 2))
[...'human']
[...Array(10).keys()].map(x => x * x)