Skip to content

Commit 5331f6d

Browse files
committed
Adding notes to project 3
1 parent e2c70e2 commit 5331f6d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: 03 - CSS Variables/typescripts.ts

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/**
2+
* JavaScript30 by Wes Bos, https://javascript30.com/
3+
* TypeScript implementation by Will Wager
4+
* Project: CSS Variables
5+
* Concepts: Dynamically updating CSS Variables
6+
* Key takeaways: CSS variables syntax, CSS variables cascade.
7+
* Sidenotes: AKA "CSS custom properties"
8+
*/
9+
110
const inputs: NodeList = document.querySelectorAll('.controls input');
211

312
function handleUpdate() {

0 commit comments

Comments
 (0)