diff --git a/content/notes/05-javascript.md b/content/notes/05-javascript.md new file mode 100644 index 000000000..7b2706cca --- /dev/null +++ b/content/notes/05-javascript.md @@ -0,0 +1,12 @@ +--- +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 \ No newline at end of file diff --git a/content/notes/cosc-203.md b/content/notes/cosc-203.md index e9c5bad7e..741dfdfff 100644 --- a/content/notes/cosc-203.md +++ b/content/notes/cosc-203.md @@ -35,6 +35,7 @@ tags: - [01-basic-html](notes/01-basic-html.md) - [02-basic-css](notes/02-basic-css.md) - [03-more-css](notes/03-more-css.md) +- [05-javascript](notes/05-javascript.md) # Archive diff --git a/content/notes/cosc-204.md b/content/notes/cosc-204.md index 5a2fbc67d..ef7300302 100644 --- a/content/notes/cosc-204.md +++ b/content/notes/cosc-204.md @@ -36,6 +36,7 @@ tags: - [02-combinatorial-logic](notes/02-combinatorial-logic.md) - [03-sequential-logic-circuits](notes/03-sequential-logic-circuits.md) - [04-computer-architecture](notes/04-computer-architecture.md) +- [05-6809-assembly](notes/05-6809-assembly.md) # Archive