TypeScript


Posted by Christy on 2022-01-07

本文為 [MTR05] W24 補充影片裡的「補充:TypeScript 介紹」

TypeScript 是什麼?

TypeScript is JavaScript with syntax for types.

一個賦予 JavaScript 型別的語言,但最後寫完還是會 compile 成 JavaScript,可以幫助你寫出更穩健的程式碼

VsCode 跟 TypeScript 整合很好










Related Posts

函式原型方法:bind()、call()、apply()

函式原型方法:bind()、call()、apply()

[day08] Closure & Private:番外短篇 隱私成員

[day08] Closure & Private:番外短篇 隱私成員

React Redux 整合實務 - Switch

React Redux 整合實務 - Switch


Comments