Skip to content

Instantly share code, notes, and snippets.

@dastinnette
Created March 21, 2016 13:23
Show Gist options
  • Save dastinnette/3fe3d3572a41010cd38c to your computer and use it in GitHub Desktop.
Save dastinnette/3fe3d3572a41010cd38c to your computer and use it in GitHub Desktop.
jQuery fundamentals

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment