wesleybliss
1/2/2018 - 10:22 PM

Random Number (To, From)

const randomNumber = (from, to) => Math.floor(Math.random() * (to - from + 1) + from)