Skip to content

Instantly share code, notes, and snippets.

@dastinnette
Created March 21, 2016 03:26
Show Gist options
  • Save dastinnette/56cc1c0ceef739a2d243 to your computer and use it in GitHub Desktop.
Save dastinnette/56cc1c0ceef739a2d243 to your computer and use it in GitHub Desktop.

####Interesting

  • The immediate flexibility with objects in js vs very regimented Ruby
  • Hoisting is cool. Sorry Ruby, I’m sure we can still be friends
  • Function declarations over function expressions all day erry day
  • Functions are objects(!!) Good lord Ruby, get it together.
  • Attribute flexibility is pretty dope

####Skim?

  • Honestly none. But don’t let that fool you, there’s plenty that still stumped me.

####Valuable?

  • Hard to say. This isn’t the way I learn best, I’d much prefer to read a little, do an exercise, rinse and repeat. I’m hoping I’ll remember a few of these topics when diving into projects this module.

####Confusing

  • Silent failing is the devil
  • IIFEs. Gross.
  • Prototyping. Huh?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment