Users Pricing

forum

Length of Javascript Object (ie. Associative Array)

Anonymous User 3172 14 Feb 2013

Hi!

If I have a JavaScript associative array say:

var myArray = new Object();
myArray["firstname"] = "Gareth";
myArray["lastname"] = "Simpson";
myArray["age"] = 21;


Is there a built in or accepted best practice way to get the length of this array?

EDIT: JavaScript does not have associative arrays -- it only has objects.

Please help me!

Thanks in advance!


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md