File tree Expand file tree Collapse file tree 19 files changed +56
-87
lines changed
20-typescript-as-a-second-language/en
23-parameter-properties/en
35-interfaces/20-interface-using/en Expand file tree Collapse file tree 19 files changed +56
-87
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ name: TypeScript
33tips :
44 - |
55 [Telegram Hexlet: JavaScript/TypeScript](https://t.me/hexletcommunity/12)
6- - >
6+ - |
77 [TypeScript boilerplate](https://github.com/hexlet-boilerplates/typescript-package)
8- - >
9- [Playground with the ability
10- to see the result of TypeScript to JavaScript transpilation](https://www.typescriptlang.org/play)
8+ - |
9+ [Playground with the ability to see the result of TypeScript to JavaScript transpilation](https://www.typescriptlang.org/play)
Original file line number Diff line number Diff line change 11---
22name : Variables
33tips :
4- - >
5- [Method
6- String.repeat()](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/repeat)
7- - >
8- [Official
9- documentation](https://www.typescriptlang.org/docs/handbook/2/basic-types.html)
4+ - |
5+ [Method String.repeat()](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/repeat)
6+ - |
7+ [Official documentation](https://www.typescriptlang.org/docs/handbook/2/basic-types.html)
Original file line number Diff line number Diff line change 11---
22name : Arrays
33tips :
4- - >
5- [Official
6- documentation](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#arrays)
4+ - |
5+ [Official documentation](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#arrays)
Original file line number Diff line number Diff line change 11---
22name : Enums
33tips :
4- - >
5- [Official
6- documentation](https://www.typescriptlang.org/docs/handbook/enums.html)
4+ - |
5+ [Official documentation](https://www.typescriptlang.org/docs/handbook/enums.html)
Original file line number Diff line number Diff line change 11---
22name : Type Any
33tips :
4- - >
5- [Official documentation about
6- any](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#any)
4+ - |
5+ [Official documentation about any](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#any)
Original file line number Diff line number Diff line change 11---
22name : Type Void
33tips :
4- - >
5- [Official
6- documentation](https://www.typescriptlang.org/docs/handbook/basic-types.html#void)
7- - >
8- [void in TypeScript and
9- JavaScript](https://fettblog.eu/void-in-javascript-and-typescript/)
4+ - |
5+ [Official documentation](https://www.typescriptlang.org/docs/handbook/basic-types.html#void)
6+ - |
7+ [void in TypeScript and JavaScript](https://fettblog.eu/void-in-javascript-and-typescript/)
Original file line number Diff line number Diff line change 11---
22name : Function Overloads
33tips :
4- - >
5- [Official
6- documentation](https://www.typescriptlang.org/docs/handbook/2/functions.html#function-overloads)
4+ - |
5+ [Official documentation](https://www.typescriptlang.org/docs/handbook/2/functions.html#function-overloads)
Original file line number Diff line number Diff line change 11---
22name : Type Narrowing
33tips :
4- - >
5- [Official
6- documentation](https://www.typescriptlang.org/docs/handbook/2/narrowing.html)
4+ - |
5+ [Official documentation](https://www.typescriptlang.org/docs/handbook/2/narrowing.html)
76 - |
87 [Type Guard](https://basarat.gitbook.io/typescript/type-system/typeguard)
Original file line number Diff line number Diff line change 11---
22name : Readonly arrays
33tips :
4- - >
5- [Read-Only Array and
6- Tuple Types in TypeScript](https://mariusschulz.com/blog/read-only-array-and-tuple-types-in-typescript/)
4+ - |
5+ [Read-Only Array and Tuple Types in TypeScript](https://mariusschulz.com/blog/read-only-array-and-tuple-types-in-typescript/)
Original file line number Diff line number Diff line change 11---
22name : Tuples
33tips :
4- - >
5- [Official documentation
6- about tuples](https://www.typescriptlang.org/docs/handbook/2/objects.html#tuple-types)
4+ - |
5+ [Official documentation about tuples](https://www.typescriptlang.org/docs/handbook/2/objects.html#tuple-types)
You can’t perform that action at this time.
0 commit comments