1. Урок 1. 00:01:46
    What is OOP?
  2. Урок 2. 00:07:03
    Four Pillars of OOP
  3. Урок 3. 00:02:17
    Setting Up the Development Environment
  4. Урок 4. 00:02:56
    Course Structure
  5. Урок 5. 00:00:46
    1- Introduction
  6. Урок 6. 00:03:04
    2- Object Literals
  7. Урок 7. 00:02:52
    3- Factories
  8. Урок 8. 00:05:37
    4- Constructors
  9. Урок 9. 00:02:25
    5- Constructor Property
  10. Урок 10. 00:04:48
    6- Functions are Objects
  11. Урок 11. 00:05:50
    7- Value vs Reference Types
  12. Урок 12. 00:03:54
    8- Adding or Removing Properties
  13. Урок 13. 00:02:51
    9- Enumerating Properties
  14. Урок 14. 00:04:03
    10- Abstraction
  15. Урок 15. 00:04:06
    11- Private Properties and Methods
  16. Урок 16. 00:05:37
    Getters and Setters
  17. Урок 17. 00:02:09
    14- Exercise- Stop Watch
  18. Урок 18. 00:02:32
    15- Solution- Stopwatch
  19. Урок 19. 00:02:27
    1- Inheritance
  20. Урок 20. 00:05:34
    2- Prototypes and Prototypical Inheritance
  21. Урок 21. 00:02:52
    3- Multi-level Inheritance
  22. Урок 22. 00:05:08
    4- Property Descriptors
  23. Урок 23. 00:03:53
    5- Constructor Prototypes
  24. Урок 24. 00:06:05
    6- Prototype vs. Instance Members
  25. Урок 25. 00:02:40
    7- Iterating Instance and Prototype Members
  26. Урок 26. 00:01:42
    8- Avoid Extending the Built-in Objects
  27. Урок 27. 00:01:34
    10- Exercise
  28. Урок 28. 00:05:39
    11- Solution
  29. Урок 29. 00:05:35
    1- Creating Your Own Prototypical Inheritance
  30. Урок 30. 00:04:02
    2- Resetting the Constructor
  31. Урок 31. 00:03:49
    3- Calling the Super Constructor
  32. Урок 32. 00:03:06
    4- Intermediate Function Inheritance
  33. Урок 33. 00:03:30
    5- Method Overriding
  34. Урок 34. 00:04:23
    6- Polymorphism
  35. Урок 35. 00:03:24
    7- When to Use Inheritance
  36. Урок 36. 00:05:54
    8- Mixins
  37. Урок 37. 00:03:19
    10- Exercise Prototypical Inheritence
  38. Урок 38. 00:05:54
    11- Solution Prototypical Inheritance
  39. Урок 39. 00:02:36
    12- Exercise- Polymorphism
  40. Урок 40. 00:05:12
    13- Solution- Polymorphism
  41. Урок 41. 00:05:42
    1- ES6 Classes
  42. Урок 42. 00:03:47
    2- Hoisting
  43. Урок 43. 00:04:18
    3- Static Methods
  44. Урок 44. 00:04:58
    4- The This Keyword
  45. Урок 45. 00:07:49
    5- Private Members Using Symbols
  46. Урок 46. 00:06:59
    Private Members Using WeakMaps
  47. Урок 47. 00:02:51
    7- Getters and Setters
  48. Урок 48. 00:04:01
    Inheritance
  49. Урок 49. 00:02:34
    9- Method Riding
  50. Урок 50. 00:03:26
    11- Exercise
  51. Урок 51. 00:04:21
    12- Solution
  52. Урок 52. 00:03:43
    1- Modules
  53. Урок 53. 00:05:52
    2- CommonJS Modules
  54. Урок 54. 00:03:25
    3- ES6 Modules
  55. Урок 55. 00:01:27
    4- ES6 Tooling
  56. Урок 56. 00:07:12
    5- Babel
  57. Урок 57. 00:08:27
    6- Webpack