quartz/content/notes/javascript.md
2022-10-24 18:33:10 +13:00

16 lines
255 B
Markdown

---
title: "javascript"
aliases:
tags:
- cosc203
---
A scripting language to dynamically control websites.
# HTML DOM
(Document object model)
- JS can access and alter HTML elements
- When a page loads it creates the DOM as a tree of objects
# Async