Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Day01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
## 參考資料
[typescriptlang.org](https://www.typescriptlang.org/)

[TypeScript 特色與歷史簡介](https://oomusou.io/typescript/intro/)
[TypeScript 特色與歷史簡介](https://old-oomusou.goodjack.tw/typescript/intro/)
2 changes: 1 addition & 1 deletion Day02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ let strLength: number = (someValue as string).length;
### Let
官方文件聲明Let使用的時機會多大於var,原因是因為var無scope概念,也關乎於生命週期的原因,這偏不多做說明。

[深入探討 TypeScript 之變數宣告與建立](https://oomusou.io/typescript/variable/)
[深入探討 TypeScript 之變數宣告與建立](https://old-oomusou.goodjack.tw/typescript/variable/)
[JavaScript variables lifecycle: why let is not hoisted](https://dmitripavlutin.com/variables-lifecycle-and-why-let-is-not-hoisted/)

---
Expand Down
2 changes: 1 addition & 1 deletion Day05/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ class Location {


#### 參考資料
[深入探討 TypeScript 之 Interface](https://oomusou.io/typescript/interface/)
[深入探討 TypeScript 之 Interface](https://old-oomusou.goodjack.tw/typescript/interface/)
[TypeScript HandBook](https://www.typescriptlang.org/docs/handbook/interfaces.html)

2 changes: 1 addition & 1 deletion Day06/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ const numLivesForCat = 9;
### 參考資料

[mozilla.org](https://developer.mozilla.org/zh-TW/docs/Glossary/Hoisting)
[深入探討 TypeScript 之變數宣告與建立](https://oomusou.io/typescript/variable/)
[深入探討 TypeScript 之變數宣告與建立](https://old-oomusou.goodjack.tw/typescript/variable/)
[TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/variable-declarations.html)