Information science Getting Started with TypeScript for Professionals From Safe Code Writing to Advanced Typing

※Please note that product information is not in full comprehensive meaning because of the machine translation.
Japanese title: 単行本(実用) 情報科学 プロを目指す人のためのTypeScript入門 安全なコードの書き方から高度な型の使い方まで / 鈴木僚太
Out of stock
Item number: BO2811200
Released date: 22 Apr 2022

Product description ※Please note that product information is not in full comprehensive meaning because of the machine translation.

Informatics
TypeScript is an open source programming language that adds static typing capabilities to JavaScript. This book introduces TypeScript's unique specifications and features, as well as its core JavaScript specifications and features. You can learn the basics of TypeScript in this book alone. There are many static typing languages out there, but the TypeScript type system is expressible like no other. To help readers understand the validity of types and write TypeScript-like code, this book covers a wide range of ways to handle basic types that make programs safer, as well as literal, union, and keyof types that are the source of TypeScript's "high expressivity." It also explains how to best handle confusing and dangerous functions that threaten type safety based on historical background, purpose, and usage. There are test questions for each chapter, and students learn while checking their understanding.