mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 13:54:05 -06:00
12 lines
189 B
Markdown
12 lines
189 B
Markdown
---
|
|
title: "05-javascript"
|
|
aliases:
|
|
tags:
|
|
- lecture
|
|
- cosc203
|
|
---
|
|
|
|
# Javascript
|
|
## DOM
|
|
- JS can access and change all the elements of an HTML document
|
|
- When a webpage is loaded, the brow |