12 Nov
2010

Basic JavaScript Part 2 : Objects

In a previous blog post, I showed some of the rich capabilities of functions in JavaScript. For this post I want to have a brief look at objects in JavaScript. Let?s start with a basic example: var podcast = { title: ‘Astronomy Cast’, description: ‘A fact-based journey through the galaxy.’, link: ‘http://www.astronomycast.com’ }; When you?ve […]

Read More