Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oriolpalacios/practicingjs
https://github.com/oriolpalacios/practicingjs
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oriolpalacios/practicingjs
- Owner: OriolPalacios
- License: mit
- Created: 2022-03-11T18:38:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T17:56:40.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T02:15:58.092Z (2 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# practicingJS
...
## Taller #1: Figuras geométricas
- Primer paso: definir las fórmulas
- Segundo paso: Implementar las fórmulas en JS
- Tercer paso: Crear funciones
- Cuarto paso: Integrar JS con HTML## Taller #2: porcentajes y descuentos
- Primer paso: definir fórmulas
- Segundo paso: implementar las fórmulas en JS
- Tercer Paso: Crear funciones
- Cuarto Paso: Implementar JS con HTML## Taller #3: promedio, mediana y moda
- Primer paso: definir las fórmulas
- Segundo paso: implementar las fórmulas en JS
- Tercer paso: crear funciones
- Cuarto paso: Integrar JS con HTML