Cover is for reference only

Please scan the QR code to borrow online

TypeScript入门与实战 = Introduction and practice of TypeScript

Saved in:
Bibliographic Details
Main Authors: 钟胜平 (钟胜平编著)
Published: 机械工业出版社
Publisher Address: 北京
Publication Dates: 2021
Literature type: Book
Language: Chinese
Subjects:
Carrier Form: 398页: 图 ; 24cm
ISBN: 978-7-111-66972-2
Index Number: TP312
CLC: TP312.8
Call Number: TP312.8/8771
Contents: 实战
华章IT
本书介绍了TypeScript编程语言的基础知识及应用。全书由四篇组成:第一篇初识TypeScript,介绍TypeScript的特点、开发环境搭建,并完成第一个TypeScript程序;第二篇TypeScript语言概览,介绍TypeScript语言的基础知识以及较新的语言特性,如原始数据类型Biglnt、展开运算符、解构功能、可选链运算符、空值合并运算符;第三篇TypeScript类型系统,讲解TypeScript的核心类型系统,不仅包括boolean、枚举和字面量等基本类型,还包括兼容性、类型推断、类型放宽等高