I understand that you can create a random number via javascript with:
Math.floor(Math.random()*100);
the problem is i would like the numbers to go up in twenties, so like if it was a number between 0 and 100, the options would be 20, 40, 60, 80. Not sure if this is possible.
Including zero:
or from 20 to 80: