mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-14 07:00:51 -04:00
chore(i18n,learn): processed translations (#47434)
This commit is contained in:
@@ -18,7 +18,7 @@ FCC 团队需求有变更,现在想要两种茶:绿茶(green tea)和红
|
||||
|
||||
函数就像其他正常值一样,可以赋值给变量、传递给另一个函数,或从其它函数返回,这种函数叫做头等 <dfn>first class</dfn> 函数。 在 JavaScript 中,所有函数都是头等函数。
|
||||
|
||||
将函数为参数或返回值的函数叫做高阶 ( <dfn>higher order</dfn>) 函数。
|
||||
将函数作为参数或将函数作为返回值返回的函数叫作<dfn>高阶</dfn>函数。
|
||||
|
||||
当函数被传递给另一个函数或从另一个函数返回时,那些传入或返回的函数可以叫做 <dfn>lambda</dfn>。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user