scwebd
8/4/2019 - 7:11 PM

starterCode

const nums = [10,34,56,67,93,120,137,168,259,280,311,342,413,514];
const randomNum = nums[Math.floor(Math.random() * nums.length)];