Showing posts with label object. Show all posts
Showing posts with label object. Show all posts

Monday, November 25, 2013

Making Javascript Objects

There are several ways to create a javascript object. In this dive I wanted to take a quick look at a little of what is created under the hood for some of them (I think there are several other ways to do this as well).

Sunday, November 24, 2013

Javascript Objects: Just Bags of Stuff

I have been reading a smorgasbord of javascript articles lately. It's really nice how little pieces of understanding can sometimes come together gradually as I do this.

Javascript is deceptive because it is so simple. One of the (surficial) simple things about javascript is its notion of an object.