// JavaScript Document

function randomNumber(limit){
  return Math.floor(Math.random()*limit);
}