Javascript on repeat image generator | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Javascript on repeat image generator

I want to write an image generator, there are 10 images in total and it will display 5 images randomly each time without repeating, how do I do that???

7th Dec 2019, 10:50 PM
Maple
1 ответ
0
But you can't guarantee math.random() does not generate same numbers, right?😓
8th Dec 2019, 3:04 PM
Maple