- 000
when I'm putting 5 numbers from:
[2353, 2497, 2281, 2400, 2184, 2208, 2472, 2448, 2232, 2257, 2305, 2160, 2329, 2424, 2376][Math.floor(Math.random() * 15)]
And it gives me an empty answer.
But when I put there 5 numbers which I got with:
[2353, 2497, 2281, 2400, 2184, 2208, 2472, 2448, 2232, 2257, 2...