JavaScript Object Literals & Array Literals

Posted by lYriCAlsSH on Stack Overflow See other posts from Stack Overflow or by lYriCAlsSH
Published on 2009-02-01T10:52:39Z Indexed on 2010/03/23 16:23 UTC
Read the original article Hit count: 269

Filed under:

What is the difference between Object Literals and Array Literals in JavaScript? I know it has something to do with the length method but i don't fully understand it.

© Stack Overflow or respective owner

Related posts about JavaScript