- Hands-On Functional Programming with TypeScript
- Remo H. Jansen
- 172字
- 2021-07-02 14:03:07
To get the most out of this book
You don't need any additional material to follow this book. No prior knowledge of functional programming is required. However, a basic understanding of JavaScript and TypeScript is recommended to make the most use of this book.
It is recommended reading the chapters in order. However, if you are new to functional programming and already have advanced knowledge of functions, asynchronous programming, and the runtime, you could maybe skip chapters two to five.
You can refer to the TypeScript handbook at http://www.typescriptlang.org/docs/handbook/basic-types.html if you have some experience with JavaScript, but TypeScript is new to you. This resource might be especially useful if TypeScript is your first statically typed programming language. Alternatively, you can refer to the book Learning TypeScript 2.x, Second Edition, also by Remo H. Jansen and Packt Publishing.
If you need help installing Node.js, you can refer to the official documentation at https://nodejs.org/en/download/package-manager. If you need help installing TypeScript, you can refer to the official documentation at http://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html.
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- C語言程序設計(第3版)
- Machine Learning with R Cookbook(Second Edition)
- C語言程序設計
- Scratch真好玩:教小孩學編程
- QGIS:Becoming a GIS Power User
- Visual Studio 2015高級編程(第6版)
- Vue.js 2 Web Development Projects
- Django 3.0應用開發詳解
- Python入門很輕松(微課超值版)
- 現代C:概念剖析和編程實踐
- SQL Server 2012 數據庫應用教程(第3版)
- 高性能PHP 7
- Java服務端研發知識圖譜
- Design Patterns and Best Practices in Java