in src/helpers/index.js [9:13]
function generateRandomNumber() { return Math.floor( Math.random() * (999 - 0) ) }