Get random numebr with in a range in JQuery
20 Dec 2014To get random number between a range, we can make use of the Math.random()
and Math.floor()
function.
To get random number between a range, we can make use of the Math.random()
and Math.floor()
function.