Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай TypeScript Interview Questions - Coding Interview 2023, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:45
    Setting up Typescript
  • Урок 2. 00:03:41
    Javascript vs Typescript
  • Урок 3. 00:02:28
    Does Typescript improve our code out of the box?
  • Урок 4. 00:01:13
    Pdf file
  • Урок 5. 00:00:23
    I prepared source code for you
  • Урок 6. 00:05:18
    How to define basic types inside Typescript?
  • Урок 7. 00:03:57
    What is the difference between explicit vs implicit types?
  • Урок 8. 00:03:47
    Type a function getFullName correctly
  • Урок 9. 00:05:12
    What is interface in Typescript?
  • Урок 10. 00:02:47
    What is type in Typescript?
  • Урок 11. 00:06:04
    What is the difference between an interface and a type?
  • Урок 12. 00:05:12
    What is union in Typescript?
  • Урок 13. 00:06:00
    How to narrow the union in Typescript?
  • Урок 14. 00:01:41
    What is void in Typescript?
  • Урок 15. 00:01:26
    What is never in Typescript?
  • Урок 16. 00:03:36
    What is any in Typescript?
  • Урок 17. 00:05:40
    What is unknown in Typescript?
  • Урок 18. 00:07:55
    How to work with DOM in Typescript?
  • Урок 19. 00:08:13
    How to work with classes in Typescript?
  • Урок 20. 00:05:55
    What is an enum in Typescript?
  • Урок 21. 00:14:21
    What are generics in Typescript?
  • Урок 22. 00:03:46
    What is a tuple in Typescript?
  • Урок 23. 00:04:19
    What is optional property in Typescript?
  • Урок 24. 00:04:42
    How to cover dynamic keys in the object?
  • Урок 25. 00:02:11
    What is index signature in Typescript?
  • Урок 26. 00:01:26
    What is a record type in Typescript?
  • Урок 27. 00:03:01
    What is omit and pick in Typescript?
  • Урок 28. 00:01:45
    What is readonly in Typescript?
  • Урок 29. 00:02:47
    What is partial in Typescript?
  • Урок 30. 00:01:10
    What is required in Typescript?
  • Урок 31. 00:11:40
    How to use Typescript together with React?
  • Урок 32. 00:01:00
    What is type inference in Typescript?
  • Урок 33. 00:02:00
    What is literal type in Typescript?
  • Урок 34. 00:02:40
    What is tsconfig.json file?
  • Урок 35. 00:01:09
    What are the core components of Typescript?
  • Урок 36. 00:02:00
    How to transpile Typescript to Javascript?
  • Урок 37. 00:03:14
    What is d.ts file in Typescript?
  • Урок 38. 00:01:45
    What is map file in Typescript?
  • Урок 39. 00:01:39
    Introduction for advanced section
  • Урок 40. 00:06:17
    What is function overloading in Typescript?
  • Урок 41. 00:03:25
    What is extends in Typescript?
  • Урок 42. 00:05:52
    What is infer in Typescript?
  • Урок 43. 00:02:38
    Do it yourself - readonly
  • Урок 44. 00:02:08
    Do it yourself - first
  • Урок 45. 00:01:02
    Do it yourself - tuple length
  • Урок 46. 00:01:02
    Do it yourself - if
  • Урок 47. 00:01:18
    Do it yourself - concat
  • Урок 48. 00:00:56
    Homework