This folder contains some exercises I solved for Web programming using HTML5, CSS3, and JavaScript.
- Basic HTML/JS canvas exercise
- Basic HTML/JS canvas exercise (modified to be interactive)
- Basic display of objects on a Web page using JavaScript
- Drawing on a canvas using mouse events
- Drawing on a canvas using keyboard events
- Game draft that moves a character on a canvas with keyboard events
- The ATM problem
- Implementation of the Simon Says game
- Example of Promises
- Fibonacci's sequence using Dynamic Programmin (Tabulation)
- Fibonacci's sequence using Dynamic Programmin (Memoization)
- Practice of Map-Reduce with mock data (using Faker)