Intermediate JavaScript

I recently gave a brown-bag talk on advancing your Javascript skills from the beginner to intermediate level, covering the following topics.

  • Variable scoping rules
  • Object oriented programming
  • Prototype-based inheritance
  • Anonymous functions
  • Module pattern

The code and tests for the presentation can be found here.

I highly recommend following up with the references that I used for preparing the talk for a more in-depth treatment of each of the topics.

Advertisement

1 thought on “Intermediate JavaScript

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s