- What is something you learned that was particularly surprising/interesting?
- .call() and .apply()
- the framing of setters operating with the concept of an implicit iteration
- What was something you already knew?
- selectors
- basic ajax
- a lot of the jquery fundamentals
- Was there anything you feel you still don't understand?
- the concept of event bubbling - I see where they were going with the explaining, but I wish to understand it a bit more in-depth.
- best practices for writing objects with the consideration of JS asynchronicity - we can nest functions for days, but that's probably not the best thing to do.
- more clarity on the role of callbacks