Table of Contents
This is a JavaScript debugging project that implements:
- Click event handlers with conditional statements.
- The forEach method.
- Creating and appending HTML elements.
- Adding and removing CSS classes.
- Dom rendering
Click the button to render a nicely formatted to-do list to the web page.
- HTML
- CSS
- JavaScript
This web page was crafted with vanilla code. No dependencies here!
All you need is a browser (to view/interact) and a text editor (to modify).
- Clone this repo and you're all set!
index.html
: structure and layout.styles.css
: design and aesthetics.script.js
: functionality.
There are no plans to implement additional features at this time.
This project is for learning/demonstration and is not being actively developed.
Distributed under the MIT License.
- Module 6: Scope
- Step 6 of 6: Practice Exercises: Scope
- Exercise #3
- Step 6 of 6: Practice Exercises: Scope
- normalize.css