-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript part 2 lesson #51
Conversation
Some examples and demo playground
@@ -58,7 +58,19 @@ React and JSX | |||
|
|||
[Presentation](https://docs.google.com/presentation/d/1R7sU2VQHHgCExYgX1yEKrcbwhebYSQq_OII5LY4pZuI/edit?usp=sharing) | |||
|
|||
## Lesson 5: | |||
## Lesson 4.5: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4.5 -> 6 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Баг в калькуляторе
@@ -0,0 +1,5 @@ | |||
const divNodeList = document.querySelectorAll("div"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Странный кусочек, надеюсь это для чего нибудь нужно.
Если можно пару строк что тут происходит, будет круто
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это иллюстрация дженереников на примере ArrayLike (это один из самых простых женерик интерфейсов)
По сути это чуть чуть подготовленный плейграунд
напишу коммент
Fixed next lesson number and clarified that generics.ts is a playground
@nickovchinnikov поправил все |
Some examples and demo playground