Hi again
How do I generate a random whole number between, say, 8 and 20?
I’ve played with regular expressions, json and formulas but can’t figure it out.
I’ve found this in JavaScript “Math.floor(Math.random() * 20) + 1” but don’t know how I can use it.
Any ideas?
Regards
Martin