JSFiddle - React, Tailwind, and code Playground
JavaScript
const joueurs = ["Steve", "Brian", "Margaret", "John", "Lisa", "Harrison"];
const partie1 = [7, 75, 43, 26, 98, 38];
const partie2 = [78, 54, 36, 90, 80, 51];
const partie3 = [84, 13, 68, 67, 23, 78];
for (let index = 0; index < joueurs.length; index++) {
document.write( monTableau[index] );
}