Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zstumgoren/js-exercises
JS exercises for Stanford BNA course
https://github.com/zstumgoren/js-exercises
Last synced: about 1 month ago
JSON representation
JS exercises for Stanford BNA course
- Host: GitHub
- URL: https://github.com/zstumgoren/js-exercises
- Owner: zstumgoren
- Created: 2019-05-02T17:24:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T16:10:31.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T04:52:42.596Z (3 months ago)
- Language: HTML
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javascript for Interactivity
This repo contains exercises to highlight important features of basic Javascript for the creation of interactive web pages and data visualizations.
> We assume familiarity with the core syntax of Javascript (variables, loops, conditionals, etc.). Refer to the [W3C Javascript tutorial](http://www-db.deis.unibo.it/courses/TW/DOCS/w3schools/js/default.asp.html) for a refresher on syntax, if needed, as you work through the exercises below.
> For the MDN tutorials, make sure to download copies of the files locally as mentioned in the documentation.
* [Dynamic Pages - the DOM and Javascript](exercises/1/README.md)
* [Modifying the DOM][] (MDN)
* [Working with JSON][] (MDN)[Modifying the DOM]: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Manipulating_documents#Active_learning_Basic_DOM_manipulation
[Working with JSON]: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON