-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# TypeScript | ||
|
||
## TypeScript とは? | ||
|
||
JavaScript に静的型付け、型推論などチーム開発をする上で欠かせない要素を追加した言語になります。 | ||
|
||
## 資料 | ||
|
||
[読んで学ぶ TypeScript](https://typescriptbook.jp/reference) | ||
|
||
こちらのサイトは TypeScript の要素を丁寧に解説しています。 | ||
このサイトの5つの項目を理解すれば大丈夫です。 | ||
|
||
- [値・型・変数](https://typescriptbook.jp/reference/values-types-variables) | ||
- [文](https://typescriptbook.jp/reference/statements) | ||
- [関数](https://typescriptbook.jp/reference/functions) | ||
- [非同期処理](https://typescriptbook.jp/reference/asynchronous) | ||
- [オブジェクト指向](https://typescriptbook.jp/reference/object-oriented) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters