I am working on this animation function but I have a problem. I can't seem to perform what should be an easy task, I can not get the length of an object. If you check out that jsFiddle you can see that I am running alert(properties.length); and it is returning undefined. Can anyone see why this might be?
|
|
|||||
|
|
JavaScript object simply do not have a Also, your Example
You have to use the hasOwnProperty method on the object in order to filter out those unwanted properties.
Many JavaScript frameworks out there extend the prototype, not using Update Concerning the actual problem that your code is not animation both properties.
|
|||||||||||||||
|
|
This is supported in node.js and newer environments.
|
|||
|
|
|
If you are using Underscore.js, you can use
|
|||
|
|
|
Objects have no length, you'll need to use an array if you want that. If you have to find the number of properties in an object there is only one way:
|
|||||||||||||
|