Skip to content

Commit 38bc368

Browse files
section 6
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 7215160 commit 38bc368

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

2-understand/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
## Commands
1515

1616
```sh
17-
deno run app.ts
17+
$ tsc app.ts
18+
$ node app.js
19+
// or
20+
$ deno run app.ts
1821
```
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)