Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
📤 Array solution in Clear category for Easy Unpack by zborde
var easyUnpack = (v: any[]): any[] => [ v[0], v[2], v[ v.length-2] ];
April 24, 2020
Comments: