I'm confused. Why does:

      var d = {
        "Products": [
          "Books", "Electronics"
        ]
      };

      alert(typeof d["Products"]);

Report "object" and not "array"? How am I supposed to tell if I have
an array rather than a "map" object?

Thanks,
T.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to