JavaScript QuerySelectorall à la cible
const spanList = [...document.querySelectorAll("span")];
Master Cheeto Fu
const spanList = [...document.querySelectorAll("span")];