JavaScript函數的6個基本術語 匿名函數、高階函數、頭等函數、柯里化、一元函數、純函數

lambdas(匿名函數)、 first-class functions(頭等函數)、higher-order functions(高階函數)、unary functions(一元函數)、currying(柯里化 )和pure functions(純函數)。web 匿名函數(箭頭函數):面試 // this is your regular named function in JavaScript
相關文章
相關標籤/搜索