Tumble Confused Device

.oOo.

A simple JS range one-liner

const range=n=>[...Array(n).keys()]

.oOo.