📜  高阶函数列表 javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:23.543000             🧑  作者: Mango

代码示例10
A “higher-order function” is a function that accepts functions as parameters and/or returns a function.

    Array Method . reduce() The . ...
    Array Method . forEach() The . ...
    Array Method .filter() The . filter() method executes a callback function on each element in an array. ...
    Array Method .map()