Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marceelodominguez/adventjs
Este repositorio contiene mis soluciones a los retos de AdventJS propuestos por Midudev.
https://github.com/marceelodominguez/adventjs
adventjs2023 javascript midudev
Last synced: about 1 month ago
JSON representation
Este repositorio contiene mis soluciones a los retos de AdventJS propuestos por Midudev.
- Host: GitHub
- URL: https://github.com/marceelodominguez/adventjs
- Owner: MarceeloDominguez
- Created: 2023-12-01T22:18:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-14T15:45:43.000Z (12 months ago)
- Last Synced: 2024-04-15T00:12:54.055Z (9 months ago)
- Topics: adventjs2023, javascript, midudev
- Language: JavaScript
- Homepage: https://adventjs.dev/es
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Desafíos de AdventJS
_Este repositorio contiene mis soluciones a los retos de AdventJS propuestos por [Midudev](https://github.com/midudev). AdventJS es una serie de desafíos diarios en los que se exploran diversos conceptos de JavaScript durante la temporada navideña._
# Desafíos
| Número | Desafío | Código |
| ------------- |:-------------:|:-------------:|
|```01```| Cambiar regalo repetido | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/01-cambiar-regalo-repetido/index.js) |
|```02```| Ponemos en marcha la fabrica | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/02-ponemos-en-marcha-la-fabrica/index.js) |
|```03```| El elfo travieso | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/03-el-elfo-travieso/index.js) |
|```04```| Dale la vuelta a los parentesis | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/04-dale-la-vuelta-a-los-parentesis/index.js) |
|```05```| El CyberTruck de Santa | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/05-el-cyberTruck-de-santa/index.js) |
|```06```| Los renos a prueba | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/06-los-renos-a-prueba/index.js) |
|```07```| Las cajas en 3D | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/07-las-cajas-en-3D/index.js) |
|```08```| Ordenando el almacen | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/08-ordenando-el-almacen/index.js) |
|```09```| Alterna las luces | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/09-alterna-las-luces/index.js) |
|```10```| Crea tu propio arbol de navidad | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/10-crea-tu-propio-arbol-de-navidad/index.js) |
|```11```| Los elfos estudiosos | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/11-los-elfos-estudiosos/index.js) |
|```12```| Es una copia valida | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/12-es-una-copia-valida/index.js) |
|```13```| Calculando el tiempo | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/13-calculando-el-tiempo/index.js) |
|```14```| Evita la alarma | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/14-evita-la-alarma/index.js) |
|```15```| Robot autonomo | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/15-robot-autonomo/index.js) |
|```16```| Despliegue en viernes | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/16-despliegue-en-viernes/index.js) |
|```17```| Optimizando el alquiler | [Ver](https://github.com/MarceeloDominguez/AdventJS/blob/master/2023/17-optimizando-el-alquiler/index.js) |## Recursos
- [AdventJS](https://adventjs.dev/es)