Does Javascript have associative arrays? Please explain.
Sure it does (kind of, use objects)
var foo = { bar: "hello" }
accessible with
foo.bar