la constante `allTh` doit cibler les `<th>` uniquement contenu dans `<thead>` ```js const allTh = table.querySelectorAll("thead th"); ```