Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:01:49
    Introduction
  2. Урок 2. 00:03:52
    Downloading the Course Content
  3. Урок 3. 00:02:30
    Types Primer
  4. Урок 4. 00:02:31
    Variables
  5. Урок 5. 00:10:00
    Variables & Basic Types
  6. Урок 6. 00:02:30
    Boolean Logic
  7. Урок 7. 00:07:36
    Applying Boolean Logic
  8. Урок 8. 00:08:44
    Compound Boolean Expressions
  9. Урок 9. 00:05:26
    Arithmetic Operators
  10. Урок 10. 00:05:25
    Increment & Arithmetic Assignment
  11. Урок 11. 00:03:17
    Functions
  12. Урок 12. 00:07:59
    Writing and Calling Functions
  13. Урок 13. 00:05:09
    Template Strings
  14. Урок 14. 00:02:49
    Working Through the Exercises
  15. Урок 15. 00:12:47
    Type Annotations
  16. Урок 16. 00:02:27
    Control Flow
  17. Урок 17. 00:05:22
    If..Else
  18. Урок 18. 00:10:54
    Simplifying If..Else Statements
  19. Урок 19. 00:07:38
    Switch
  20. Урок 20. 00:04:11
    Ternary
  21. Урок 21. 00:01:58
    Structuring Data
  22. Урок 22. 00:05:36
    Type Aliases
  23. Урок 23. 00:09:18
    Object Types
  24. Урок 24. 00:08:45
    Arrow Functions & Function Expressions
  25. Урок 25. 00:03:01
    About Arrays
  26. Урок 26. 00:09:29
    Working with Arrays
  27. Урок 27. 00:03:44
    Arrays & Objects
  28. Урок 28. 00:05:50
    Tuples
  29. Урок 29. 00:01:41
    Repetition
  30. Урок 30. 00:07:23
    `for` Loops
  31. Урок 31. 00:05:20
    `while` Loops
  32. Урок 32. 00:02:18
    Modular Code
  33. Урок 33. 00:06:43
    Modules