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

前言

前言

component test 問題集3(React18 + TS + Jest + react-testing-library)

component test 問題集3(React18 + TS + Jest + react-testing-library)

C# Inheritance, override modifier

C# Inheritance, override modifier


Comments