You need to enable JavaScript to run this app.
undefined > ({ jugador: row.Jugador, puntos: Number(row.Puntos) || 0 })) .sort((a, b) => b.puntos - a.puntos);