1. Урок 1. 00:15:15
    Getting Started!
  2. Урок 2. 00:11:47
    Values, Variables and Types
  3. Урок 3. 00:19:35
    Expressions
  4. Урок 4. 00:21:53
    Functions
  5. Урок 5. 00:04:22
    Type Inference
  6. Урок 6. 00:25:14
    Recursion
  7. Урок 7. 00:08:51
    Call-by-Name and Call-by-Value
  8. Урок 8. 00:08:54
    Default and Named Arguments
  9. Урок 9. 00:15:09
    Smart Operations on Strings
  10. Урок 10. 00:14:41
    Object-Oriented Basics
  11. Урок 11. 00:17:09
    Object-Oriented Basics (exercises)
  12. Урок 12. 00:16:34
    Syntactic Sugar: Method Notations
  13. Урок 13. 00:12:10
    Method Notations (Exercises)
  14. Урок 14. 00:15:38
    Scala Objects
  15. Урок 15. 00:16:41
    Inheritance
  16. Урок 16. 00:11:48
    Inheritance, Continued: Abstract Classes and Traits
  17. Урок 17. 00:15:50
    Inheritance Exercises: Implementing Our Own Collection
  18. Урок 18. 00:26:03
    Generics
  19. Урок 19. 00:06:26
    Anonymous Classes
  20. Урок 20. 00:26:07
    Object-Oriented Exercises: Expanding Our Collection
  21. Урок 21. 00:11:41
    Case Classes
  22. Урок 22. 00:09:17
    Scala 3: Enums
  23. Урок 23. 00:27:06
    Exceptions
  24. Урок 24. 00:12:42
    Packaging and Imports
  25. Урок 25. 00:23:01
    What's a Function, Really?
  26. Урок 26. 00:13:15
    Anonymous Functions
  27. Урок 27. 00:19:39
    Higher-Order-Functions and Curries
  28. Урок 28. 00:32:09
    HOFs and Curries (Exercises)
  29. Урок 29. 00:25:52
    map, flatMap, filter and for-comprehensions
  30. Урок 30. 00:03:40
    A Collections Overview
  31. Урок 31. 00:23:45
    Sequences: List, Array, Vector
  32. Урок 32. 00:15:33
    Tuples and Maps
  33. Урок 33. 00:30:52
    Tuples and Maps (Exercises)
  34. Урок 34. 00:26:20
    Options
  35. Урок 35. 00:22:35
    Handling Failure
  36. Урок 36. 00:22:05
    Pattern Matching
  37. Урок 37. 00:19:58
    ALL the Patterns!
  38. Урок 38. 00:09:45
    Patterns Everywhere
  39. Урок 39. 00:20:12
    Scala 3: Braceless Syntax
  40. Урок 40. 00:02:17
    What's next