tableau de nœud
const arr = [1,"string",3.14,null,true];
console.log(arr);
J S
const arr = [1,"string",3.14,null,true];
console.log(arr);