Skip to content

Instantly share code, notes, and snippets.

@lingtran
Last active June 24, 2016 03:02
Show Gist options
  • Save lingtran/de70742dd33885e54587bf758970146a to your computer and use it in GitHub Desktop.
Save lingtran/de70742dd33885e54587bf758970146a to your computer and use it in GitHub Desktop.
Module 4 - Intermission HW - Responses to questions around jQuery Fundamentals assignment
  1. 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
  1. What was something you already knew?
  • selectors
  • basic ajax
  • a lot of the jquery fundamentals
  1. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment