Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for [old] Easy Unpack by mozurin
"use strict";
const easyUnpack = array => [0, 2, -2].map(n => array.slice(n)[0]);
May 7, 2019
Comments: