dupontL3
tableau random
const dim = 10;
const t = Array.from({length: dim}, (v, k) => Math.ceil(Math.random(k)*dim));
Article plus récent
Article plus ancien
Accueil