Skip to content

Instantly share code, notes, and snippets.

@jorandradefig
Created August 21, 2017 01:42
Show Gist options
  • Save jorandradefig/fda3623fa556206c618c2dce53a9d12c to your computer and use it in GitHub Desktop.
Save jorandradefig/fda3623fa556206c618c2dce53a9d12c to your computer and use it in GitHub Desktop.
Variables Quiz
  1. Crea un objeto restaurante que tenga las siguientes propiedades: nombre, direccion, telefono, website, platillos, postres y menu del día.
@soberanesmajo
Copy link

Var restaurante= {["Restaurante Pepe", "Avenida La Paz #28", 56975926, "www.restaurantepepe.com.mx", "Carne enchilada, sopa de codito, Enchiladas, pollo", "Gelatina, Flan, Pastel, Helado", "Sopa de pasta, Ensalada, Carne enchilada, Gelatina"]};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment