JSFiddle - React, Tailwind, and code Playground

by Maiki Nahara

JavaScript

const comida = {
  0: 'Dandy',
  1: 'Jose Ingenieros',
  2: 'El Taladro',
}

alert(comida[Math.floor(Math.random() * 3)])