Pinned Loading
-
-
-
-
-
TS_notes.md
TS_notes.md 1# TS notes
2## Примитивные типы
3не нужно указывать типы явно, если это за вас сможет сделать вывод типов
4* ```number``` ```string``` ```boolean``` ```symbol``` ```bigInt```
5* ```any``` (top type) базовый тип все типы в TypeScript являются его подтипами
-
JS_notes.md
JS_notes.md 1# JS notes
23## Лексическое окружение / замыкание / this
4[js-visualizer](https://ui.dev/javascript-visualizer)
5```js
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.