const generateNumber = () => { 
  return Math.floor(Math.random() * 4);
}