
On the Edge of Time
Here there be dragons. On the edge of time, in the wicked twists of wyrmhole space, wyrmdragons pre
Uncategorized Anto Aravinth 42 21st Nov, 2021
《JavaScript ES6函数式编程入门经典》使用JavaScript ES6带你学习函数式
编程。你将学习柯里化、偏函数、高阶函数以及Monad等概念。
目前,编程语言已经将焦点从对象转移到函数。JavaScript支持函数式编
程,并允许开发者编写精心设计的代码。
主要内容
● 掌握函数式编程的概念
● 清楚函数在JavaScript中的地位
● 理解真实的函数式类库,并创建一个模拟underscore.js的函数式类库
● 实践纯错误处理技术,例如函子和Monad
● 了解ES6的函数式编程特性,例如扩展运算符和Generator