-
Notifications
You must be signed in to change notification settings - Fork 0
/
explanation.txt
34 lines (29 loc) · 1.31 KB
/
explanation.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
*********************************************
*Note: To start a certain project, rename *
*it's html file to index.html, and run the *
*npm start command *
*********************************************
*********************************************
*Playground - part of the project, *
*with multiple test files, used for *
*revising some core features of TS *
*********************************************
*********************************************
*Project Manager - part of the project, *
*which contains a drag&drop web app *
*********************************************
*********************************************
*Search Address - part of the project, *
*which uses OpenLayers API *
*********************************************
*********************************************
*Rest Api - a small test REST API made with *
*Node.js and TypeScript *
*********************************************
*********************************************
*Important concepts: *
*Type Guards, Type Castings, *
*Discrimination unions, Property Indexes *
*Function overloads, Optional chaining (?) *
*Nullish Coalescing (??) *
*********************************************