We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7215160 commit 38bc368Copy full SHA for 38bc368
2-understand/README.md
@@ -14,5 +14,8 @@
14
## Commands
15
16
```sh
17
-deno run app.ts
+$ tsc app.ts
18
+$ node app.js
19
+// or
20
+$ deno run app.ts
21
```
2-understand/s6-advanced-types/README.md
@@ -0,0 +1,11 @@
1
+<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2
+<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
+## Contents
4
+
5
+- [Advanced Types](#advanced-types)
6
7
+<!-- END doctoc generated TOC please keep comment here to allow auto update -->
8
9
+# Advanced Types
10
11
+- [Course link](https://www.udemy.com/course/understanding-typescript/learn/lecture/16935986?src=sac&kw=typescript#overview)
0 commit comments