JSFiddle - React, Tailwind, and code Playground
by Sahin Deniz
JavaScript
array = [[2,"text"],[5,"text"],[1,"text"]];
array.sort(function(a,b){return b[0]-a[0]})
console.log(array);
by Sahin Deniz
array = [[2,"text"],[5,"text"],[1,"text"]];
array.sort(function(a,b){return b[0]-a[0]})
console.log(array);