Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for [old] Bigger Price by mozurin
"use strict";
var biggerPrice = (l, d) => d.sort((a, b) => b.price - a.price).slice(0, l);
June 25, 2018
Comments: