Learn how to render JavaScript data in to DOM elements so your users can interact with your program's state.
Each numbered folder is a complete example or an exercise.
- To test your components or study the examples, open
index.html
in your browser. - Write your own solutions in the
actual.js
files. The rest works and is there for testing your solution.