Underscore.js every some contains invoke pluck

Source: Internet
Author: User

_.every () matches all, all by returning true, returning Boolean

_every (list, pre);

All elements in the list return true through the pre's Truth detection.

_.some () matches all, has an eligible return true, returns a Boolean

A value in list that returns true through the Pre's Truth detection.

_.contains () returns True if the list contains the specified value;

_.contains (list, value); use = = = To detect if it is not using indexof () in the array;

_. invoke () executes the MethodName method on each element of the list.

_.invoke (list, methodName, *arg);


_.pluck () extracts an attribute value from an array of objects, returning an array

_.pluck (list, pro);


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.