Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 558 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 558 Bytes

Humble JavaScript Coding Bundle

by Zenva (August 2020)

This repository will contain some of the exercises of the courses in the bundle.

02-SimpleGame

Course 2: The Complete Beginner’s JavaScript Course

03-SteamApi

Course 3: Modern JavaScript - From ES6 to ES9

Retrieve data from Steam using their api.

Requirement: Node.js

05-DOM-API

Course 5: Create Interactive Pages with JavaScript and the DOM API

Three exercises:

  1. Flashcards
  2. List Filtering
  3. Interactive Form

To Do:

Clean up code and add documentation