Code Explainers
function makeTableSorter(rows) { const state = { key: null, dir: 1 }; const compareBy = (key) => (a, b) => {