Skip to content

Oslan17/javascript-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javascript-challenge

Reto 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: javascript-challenge

License

javascript-challenge is released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%