Isn’t it obvious?
Is it easy to explain the difference between a hash
var myHash = {a: ‘value for a’}
and an object
var myObject = {a: ‘value for a’}
Sam Stephenson @ Ruby-sponoffs
Rants on technology, Ruby on Rails, Javascript and UI Design by Adam Fortuna
Is it easy to explain the difference between a hash
var myHash = {a: ‘value for a’}
and an object
var myObject = {a: ‘value for a’}
Sam Stephenson @ Ruby-sponoffs