for(let i = 0; i < 10; i++) { const img = document.createElement("img"); img.src = "https://picsum.photos/200/301"; }