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