JSFiddle - React, Tailwind, and code Playground
by brigand
JavaScript
const xs = ['a', 'b', 'c', 'd', 'e', 'f', 'g'];
const FROM = 4 // 'e'
const TO = 1;
xs.sort((_a, _b, ))
by brigand
const xs = ['a', 'b', 'c', 'd', 'e', 'f', 'g'];
const FROM = 4 // 'e'
const TO = 1;
xs.sort((_a, _b, ))