mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-28 07:14:05 -06:00
16 lines
255 B
Markdown
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
|