Common Operations

Generate random number
let randomNumber = Math.floor(Math.random() * 10) // whole number between 0 and 9