MauricioFa / escuelajs-reto-03

Reto 3 Septiembre 14: Curso de Fundamentos de JavaScript

Home Page:https://platzi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

escuelajs-reto-03

Reto 3 Septiembre 14: Curso de Fundamentos de JavaScript

Instalación

npm install

Ejecución

npm run start

Primer problema

La aplicación tiene errores que no permiten ejecutarla, lee detenidamente el código y determina dónde se encuentran al ejecutarlo en la consola.

Segundo Problema

Una vez que tu aplicación ya esté funcionando convierte el código a ECMAScript 6 (ES6)

  • Arrow Functions
  • Template Strings

Tercer Problema

Transforma el código escrito en ECMAScript6(ES6) para que funcione con promesas y así evitar el Callback Hell del final.

Contributing

If someone wants to add or improve something, I invite you to collaborate directly in this repository: escuelajs-reto-03

License

escuelajs-reto-03 is released under the MIT License.

About

Reto 3 Septiembre 14: Curso de Fundamentos de JavaScript

https://platzi.com

License:MIT License


Languages

Language:JavaScript 100.0%