Skip to content

Instantly share code, notes, and snippets.

@marlomajor
Created March 26, 2016 23:41
Show Gist options
  • Save marlomajor/71accce888e55074f1fc to your computer and use it in GitHub Desktop.
Save marlomajor/71accce888e55074f1fc to your computer and use it in GitHub Desktop.
jQuery Fundamentals

What is something you learned that was particularly suprising/interesting?

I've used many of the topics covered in this tutorial already, but didn't realize the impact they had for the JS language. For example, being able to change an objects properties at any time was interesting.

What was something you already knew?

Pretty much the beginning of this tutorial was all review, especially after reading Speaking Javascripts chapters first.

Was there anything you feel as though you still don't understand?

This is a comment made in class and I've seen this at a meetup. But what's the difference between getter and setters? Also, what is addBack used for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment