Ts 01

   Author: Gentleman.Hu
   Create Time: 2020-11-08 22:29:31
   Modified by: Gentleman.Hu
   Modified time: 2020-11-10 23:57:02
   Email: [email protected]
   Home: https://crushing.xyz
   Description: TypeScript Start

TypeScript Start 01

https://www.youtube.com/watch?v=BwuLxPH8IDs

Basic

Init

  • npm init

  • npm install --save-dev lite-server

  • npm start

Core Types

  • ts中静态类型,可在编译期检查到类型不匹配错误

  • js动态类型,随意转换

如上代码,在ts中,写代码期间(编译前期间)就可被编译器检查到类型不匹配.

一些疑问与探索

  • html标签中<script src=" " defer>defer啥意思?

    defer_in_html

Last updated

Was this helpful?