Skip to content

prof-rossetti/js-dom-fundamentals

Repository files navigation

JavaScript DOM Fundamentals

A playground for exploring JavaScript's DOM interaction capabilities.

View live at https://prof-rossetti.github.io/js-dom-fundamentals/, visit the appropriate page, open a console, then write JavaScript in the console to satisfy the assignment objectives.

Refer to code comments on each page for hints/answers 😄.

Contributing

Download the source code:

git clone git@github.com:prof-rossetti/js-dom-fundamentals.git
cd js-dom-fundamentals/

Run a local web server:

# Mac Terminal:
python -m SimpleHTTPServer 8888

# Windows Command Prompt:
python –m http.server 8888

About

A playground for exploring JavaScript's DOM interaction capabilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages