Introduction to Javascript¶
Goals¶
- Characterize the use of scripting languages on the client.
- Learn the basics of language.
- Manipulate the Document Object Model (DOM) to apply dynamism to documents HTML.
Contents¶
JavaScript fundamentals¶
Functions¶
Built-in objects: String, Math, Array¶
Validations¶
DOM manipulation¶
Events¶
Objects¶
localStorage¶
JSON¶
- https://www.json.org/json-en.html
- Fetch at Javascript.info
Resources¶
- JavaScript Guide at Mozilla Developer Network
- The Modern JavaScript Tutorial
- Javascript Cheatsheet at Codecademy