An open API service indexing awesome lists of open source software.

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

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