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