chore(i18n,learn): processed translations (#47434)

This commit is contained in:
camperbot
2022-09-07 18:04:53 +05:30
committed by GitHub
parent b7fefbf8a5
commit dd03da4f51
82 changed files with 1765 additions and 169 deletions

View File

@@ -18,7 +18,7 @@ FCC 团队需求有变更现在想要两种茶绿茶green tea和红
函数就像其他正常值一样,可以赋值给变量、传递给另一个函数,或从其它函数返回,这种函数叫做头等 <dfn>first class</dfn> 函数。 在 JavaScript 中,所有函数都是头等函数。
将函数为参数或返回值的函数叫做高阶 ( <dfn>higher order</dfn>) 函数。
将函数为参数或将函数作为返回值返回的函数叫作<dfn>高阶</dfn>函数。
当函数被传递给另一个函数或从另一个函数返回时,那些传入或返回的函数可以叫做 <dfn>lambda</dfn>。