poetries.github.io icon indicating copy to clipboard operation
poetries.github.io copied to clipboard

Typescript基础写法对比[转] | Poetry's Blog

Open poetries opened this issue 4 years ago • 0 comments

http://blog.poetries.top/2019/08/17/ts-base-compare/#%E5%8D%81%E4%B8%89%E3%80%81%E6%B3%9B%E5%9E%8B

TS基础篇,思维导图 https://www.jianshu.com/p/ae20eac598e5 一、原始数据类型 JavaScript 的类型分为两种:原始数据类型和对象类型。 原始数据类型包括:布尔值、数值、字符串、null、undefined 以及 ES6 中的新类型 Symbol 本节主要介绍前五种原始数据类型在 TypeScript 中的应用。 布尔值是最基础的数据类型,在 Typ

poetries avatar Aug 17 '19 04:08 poetries