Definition: The length method is used to supply the length of the particular object. This is not a reserved word so you can declare your own variable or function called length but if you do then you will not be able to find out the length of objects.
Examples:
for (var x = 0; x < fld.length; x++)
