Gets the length of the JavaScript object, gets the nth attribute of the JavaScript object __java

Source: Internet
Author: User

The object in JavaScript does not provide a method of length

However, the Object.keys can be converted through the array.

The Object.keys () method returns an array of property names for all enumerable properties of a given object, in which the order of the property names in the array is the same as the order returned when the object is traversed using the for-in loop (the main difference is for-in It also traverses an enumerable property that an object inherits from its prototype chain.

Want to get the nth attribute to find the corresponding element directly using the returned array index

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.