What is something you learned that was particularly surprising/interesting?
- Chaining seems very useful, I'll need some more practice there
- Same story with manipulating the DOM, very powerful but more context and practice needed
What was something you already knew?
- After completing other assignments and reading, much of the javascript basics section
- Selectors
- DOM traversal
Was there anything you feel you still don't understand?
- Each topic taken individually is manageable but combining them will take some work. I wish we had more hands on coding practice with tutorials where several of these concepts are used at once. I anticipate a rough transition where our first project likely does that and we've had little practice leading up to it.