From fe449fde268402ca39ae5da0a1bf03e151809ea5 Mon Sep 17 00:00:00 2001 From: Marat Dulin Date: Thu, 13 Aug 2020 22:41:38 +0200 Subject: [PATCH] Minor updates. --- public/index.html | 8 ++++++++ public/manifest.json | 2 +- src/containers/exercise/index.tsx | 4 +++- src/exercises/1/index.solution.ts | 14 ++++++++++++++ src/exercises/1/index.ts | 14 ++++++++++++++ 5 files changed, 40 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index edbc133..f6a7065 100644 --- a/public/index.html +++ b/public/index.html @@ -24,5 +24,13 @@
+ + diff --git a/public/manifest.json b/public/manifest.json index 6ad2e0a..1ff44ce 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -8,7 +8,7 @@ "type": "image/x-icon" }, { - "src": "logo192.png", + "src": "logo-192.png", "type": "image/png", "sizes": "192x192" }, diff --git a/src/containers/exercise/index.tsx b/src/containers/exercise/index.tsx index 13351c8..5d98f46 100644 --- a/src/containers/exercise/index.tsx +++ b/src/containers/exercise/index.tsx @@ -142,7 +142,9 @@ export function Exercise({exerciseNumber}: {exerciseNumber: number}) { {'I give up, '} - show possible solution + + show a possible solution + )} diff --git a/src/exercises/1/index.solution.ts b/src/exercises/1/index.solution.ts index 6caf1e0..339cdeb 100644 --- a/src/exercises/1/index.solution.ts +++ b/src/exercises/1/index.solution.ts @@ -16,6 +16,20 @@ Welcome to: . . ................................................................ + The goal: Let everyone play with many different TypeScript features + and get an overview of TypeScript capabilities and principles. + + Things to cover: + + 1. Basic typing. + 2. Refining types. + 3. Union types. + 4. Merged types. + 5. Generics. + 6. Type declarations. + 7. Module augmentation. + 8. Advanced type mapping. + Brief UI guide: +--------------------------------------------------------------+ diff --git a/src/exercises/1/index.ts b/src/exercises/1/index.ts index b002f02..16ca78d 100644 --- a/src/exercises/1/index.ts +++ b/src/exercises/1/index.ts @@ -16,6 +16,20 @@ Welcome to: . . ................................................................ + The goal: Let everyone play with many different TypeScript features + and get an overview of TypeScript capabilities and principles. + + Things to cover: + + 1. Basic typing. + 2. Refining types. + 3. Union types. + 4. Merged types. + 5. Generics. + 6. Type declarations. + 7. Module augmentation. + 8. Advanced type mapping. + Brief UI guide: +--------------------------------------------------------------+