https://github.com/danielbatres/javascriptcourse
Curso Práctico de JavaScript 2021
https://github.com/danielbatres/javascriptcourse
Last synced: 11 months ago
JSON representation
Curso Práctico de JavaScript 2021
- Host: GitHub
- URL: https://github.com/danielbatres/javascriptcourse
- Owner: danielbatres
- License: mit
- Created: 2022-05-21T05:53:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T16:27:36.000Z (about 4 years ago)
- Last Synced: 2025-01-19T00:00:43.240Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScriptCourse
...
## Challenge #1: geometric shapes
- First step: Define the formulas
- Second step: Implement formulas in js
- Third step: Create functions
- Fourth step: Integrate JS with HTML
## Challenge #2: percentages and discounts
- First step: Define the formulas
- Second step: Implement formulas in js
- Third step: Create functions
- Fourth step: Integrate JS with HTML
## Challenge #3: average median and mode
- First step: Define the formulas
- Second step: Implement formulas in js
- Third step: Create functions
- Fourth step: Integrate JS with HTML