Skip to content

Commit

Permalink
feat: what is typescript? #1
Browse files Browse the repository at this point in the history
  • Loading branch information
testusuke committed Nov 20, 2023
1 parent b0de402 commit 42f5017
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/tutorial/frontend/01-typescript/index.md
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)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ nav:
- tutorial/index.md
- フロントエンド:
- tutorial/frontend/index.md
- 01 - TypeScript: tutorial/frontend/01-typescript/index.md
- バックエンド:
- tutorial/backend/index.md
extra:
Expand Down

0 comments on commit 42f5017

Please sign in to comment.