Ajax Loader
×
JavaScript
function random (from, to) {
1
function random (from, to) {
2
  return Math.floor((Math.random() * (to - from + 1)) + from);
3
}
4
var rand = random(50,60)
5
document.write(rand)
 

Untitled

CSSDeck G+