Autoplay
Autocomplete
HTML5
Flash
Player
Speed
Previous Lecture
Complete and continue
TypeScript 新手入門
環境安裝
在 Mac 上安裝 TypeScript
在 Windows 上安裝 TypeScript
編輯器設定
設定 Atom
設定 Visual Studio
第一支 TypeScript 應用程式
第一支 TypeScript 應用程式(使用 Visual Studio 2015)
基本型別
什麼是強型別? (Strong Type)
基本型別 (Basic Types)
布林類型 (Boolean)
數值類型 (Number)
字串類型 (String)
陣列類型 (Array)
列舉類型 (Enum)
任意類型 (Any)
練習題:基本型別
基本語法
變數 (Variable)
限定範圍變數 (Let)
常數 (Const)
函式 (Function)
多載 (OverLoad)
匿名函式 (Arrow Function)
流程控制 (Flow Control)
列舉元素 (For...Of)
練習題:基本語法
物件導向
類別 (Class)
屬性 (Property)
建構式 (Constructor)
繼承 (Inheritance)
介面 (Interface)
模組 (Module)
練習題:物件導向
TypeScript 週邊設定
什麼是定義檔? (Definition)
使用 tsd 管理定義檔 (已過時)
使用 tsconfig 設定編譯內容
使用 nuget 管理定義檔
使用 typings 管理定義檔
實例演練
搭配 jQuery 撰寫 Todo List
搭配 Angular 撰寫 Todo List
課程問券
問券調查
列舉元素 (For...Of)
Lecture content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock