Search Torrents

Udemy - Object-oriented Programming in JavaScript...


Udemy - Object-oriented Programming in JavaScript Torrent content (File list)
01 Getting Started/001 What is OOP-en.srt 2.7 KB
01 Getting Started/001 What is OOP.mp4 31.1 MB
01 Getting Started/002 Four Pillars of OOP-en.srt 10.4 KB
01 Getting Started/002 Four Pillars of OOP.mp4 52.2 MB
01 Getting Started/003 Setting Up the Development Environment-en.srt 3.0 KB
01 Getting Started/003 Setting Up the Development Environment.mp4 12.4 MB
01 Getting Started/004 Course Structure-en.srt 4.4 KB
01 Getting Started/004 Course Structure.mp4 29.4 MB
01 Getting Started/005 Asking Questions.html 1.7 KB
02 Objects/006 1- Introduction-en.srt 1.1 KB
02 Objects/006 1- Introduction.mp4 2.4 MB
02 Objects/007 2- Object Literals-en.srt 4.2 KB
02 Objects/007 2- Object Literals.mp4 16.7 MB
02 Objects/008 3- Factories-en.srt 3.8 KB
02 Objects/008 3- Factories.mp4 17.0 MB
02 Objects/009 4- Constructors-en.srt 7.9 KB
02 Objects/009 4- Constructors.mp4 43.4 MB
02 Objects/010 5- Constructor Property-en.srt 3.2 KB
02 Objects/010 5- Constructor Property.mp4 17.6 MB
02 Objects/011 6- Functions are Objects-en.srt 6.3 KB
02 Objects/011 6- Functions are Objects.mp4 33.5 MB
02 Objects/012 7- Value vs Reference Types-en.srt 7.9 KB
02 Objects/012 7- Value vs Reference Types.mp4 32.8 MB
02 Objects/013 8- Adding or Removing Properties-en.srt 5.4 KB
02 Objects/013 8- Adding or Removing Properties.mp4 28.0 MB
02 Objects/014 9- Enumerating Properties-en.srt 3.5 KB
02 Objects/014 9- Enumerating Properties.mp4 23.3 MB
02 Objects/015 10- Abstraction-en.srt 5.6 KB
02 Objects/015 10- Abstraction.mp4 45.8 MB
02 Objects/016 11- Private Properties and Methods-en.srt 5.6 KB
02 Objects/016 11- Private Properties and Methods.mp4 31.2 MB
02 Objects/017 Getters and Setters-en.srt 7.3 KB
02 Objects/017 Getters and Setters.mp4 54.0 MB
02 Objects/018 13- Cheat Sheet.html 0.9 KB
02 Objects/018 objects.zip 1.5 KB
02 Objects/019 14- Exercise- Stop Watch-en.srt 2.9 KB
02 Objects/019 14- Exercise- Stop Watch.mp4 13.1 MB
02 Objects/020 15- Solution- Stopwatch-en.srt 3.7 KB
02 Objects/020 15- Solution- Stopwatch.mp4 18.5 MB
02 Objects/020 stopwatch.zip 1.0 KB
03 Prototypes/021 1- Inheritance-en.srt 3.6 KB
03 Prototypes/021 1- Inheritance.mp4 20.1 MB
03 Prototypes/022 2- Prototypes and Prototypical Inheritance-en.srt 7.7 KB
03 Prototypes/022 2- Prototypes and Prototypical Inheritance.mp4 43.0 MB
03 Prototypes/023 3- Multi-level Inheritance-en.srt 4.0 KB
03 Prototypes/023 3- Multi-level Inheritance.mp4 24.1 MB
03 Prototypes/024 4- Property Descriptors-en.srt 6.7 KB
03 Prototypes/024 4- Property Descriptors.mp4 33.6 MB
03 Prototypes/025 5- Constructor Prototypes-en.srt 5.1 KB
03 Prototypes/025 5- Constructor Prototypes.mp4 24.2 MB
03 Prototypes/026 6- Prototype vs. Instance Members-en.srt 8.3 KB
03 Prototypes/026 6- Prototype vs. Instance Members.mp4 47.7 MB
03 Prototypes/027 7- Iterating Instance and Prototype Members-en.srt 3.5 KB
03 Prototypes/027 7- Iterating Instance and Prototype Members.mp4 19.1 MB
03 Prototypes/028 8- Avoid Extending the Built-in Objects-en.srt 2.5 KB
03 Prototypes/028 8- Avoid Extending the Built-in Objects.mp4 11.7 MB
03 Prototypes/029 9- Cheat Sheet.html 0.9 KB
03 Prototypes/029 prototypes.zip 1.4 KB
03 Prototypes/030 10- Exercise-en.srt 2.3 KB
03 Prototypes/030 10- Exercise.mp4 12.5 MB
03 Prototypes/030 stopwatch-4.zip 1.0 KB
03 Prototypes/031 11- Solution-en.srt 7.9 KB
03 Prototypes/031 11- Solution.mp4 57.2 MB
04 Prototypical Inheritance/032 1- Creating Your Own Prototypical Inheritance-en.srt 7.4 KB
04 Prototypical Inheritance/032 1- Creating Your Own Prototypical Inheritance.mp4 39.8 MB
04 Prototypical Inheritance/033 2- Resetting the Constructor-en.srt 5.5 KB
04 Prototypical Inheritance/033 2- Resetting the Constructor.mp4 24.1 MB
04 Prototypical Inheritance/034 3- Calling the Super Constructor-en.srt 5.2 KB
04 Prototypical Inheritance/034 3- Calling the Super Constructor.mp4 35.8 MB
04 Prototypical Inheritance/035 4- Intermediate Function Inheritance-en.srt 3.9 KB
04 Prototypical Inheritance/035 4- Intermediate Function Inheritance.mp4 36.7 MB
04 Prototypical Inheritance/036 5- Method Overriding-en.srt 4.8 KB
04 Prototypical Inheritance/036 5- Method Overriding.mp4 30.6 MB
04 Prototypical Inheritance/037 6- Polymorphism-en.srt 5.7 KB
04 Prototypical Inheritance/037 6- Polymorphism.mp4 36.9 MB
04 Prototypical Inheritance/038 7- When to Use Inheritance-en.srt 5.1 KB
04 Prototypical Inheritance/038 7- When to Use Inheritance.mp4 25.6 MB
04 Prototypical Inheritance/039 8- Mixins-en.srt 7.4 KB
04 Prototypical Inheritance/039 8- Mixins.mp4 54.5 MB
04 Prototypical Inheritance/040 9- Cheat Sheet.html 0.9 KB
04 Prototypical Inheritance/040 inheritance.zip 1.2 KB
04 Prototypical Inheritance/041 10- Exercise Prototypical Inheritence-en.srt 4.4 KB
04 Prototypical Inheritance/041 10- Exercise Prototypical Inheritence.mp4 20.4 MB
04 Prototypical Inheritance/042 11- Solution Prototypical Inheritance-en.srt 7.7 KB
04 Prototypical Inheritance/042 11- Solution Prototypical Inheritance.mp4 49.5 MB
04 Prototypical Inheritance/043 12- Exercise- Polymorphism-en.srt 3.5 KB
04 Prototypical Inheritance/043 12- Exercise- Polymorphism.mp4 14.4 MB
04 Prototypical Inheritance/044 13- Solution- Polymorphism-en.srt 7.1 KB
04 Prototypical Inheritance/044 13- Solution- Polymorphism.mp4 46.6 MB
04 Prototypical Inheritance/044 polymorphism.zip 1.1 KB
05 ES6 Classes/045 1- ES6 Classes-en.srt 8.1 KB
05 ES6 Classes/045 1- ES6 Classes.mp4 39.1 MB
05 ES6 Classes/046 2- Hoisting-en.srt 5.2 KB
05 ES6 Classes/046 2- Hoisting.mp4 24.1 MB
05 ES6 Classes/047 3- Static Methods-en.srt 5.9 KB
05 ES6 Classes/047 3- Static Methods.mp4 31.6 MB
05 ES6 Classes/048 4- The This Keyword-en.srt 6.9 KB
05 ES6 Classes/048 4- The This Keyword.mp4 35.0 MB
05 ES6 Classes/049 5- Private Members Using Symbols-en.srt 10.9 KB
05 ES6 Classes/049 5- Private Members Using Symbols.mp4 48.3 MB
05 ES6 Classes/050 Private Members Using WeakMaps-en.srt 9.7 KB
05 ES6 Classes/050 Private Members Using WeakMaps.mp4 54.9 MB
05 ES6 Classes/051 7- Getters and Setters-en.srt 3.7 KB
05 ES6 Classes/051 7- Getters and Setters.mp4 22.4 MB
05 ES6 Classes/052 Inheritance-en.srt 5.4 KB
05 ES6 Classes/052 Inheritance.mp4 32.7 MB
05 ES6 Classes/053 9- Method Riding-en.srt 3.6 KB
05 ES6 Classes/053 9- Method Riding.mp4 17.6 MB
05 ES6 Classes/054 10- Cheat Sheet.html 0.9 KB
05 ES6 Classes/054 classes.zip 1.3 KB
05 ES6 Classes/055 11- Exercise-en.srt 4.8 KB
05 ES6 Classes/055 11- Exercise.mp4 26.0 MB
05 ES6 Classes/056 12- Solution-en.srt 5.6 KB
05 ES6 Classes/056 12- Solution.mp4 28.2 MB
05 ES6 Classes/056 stack.zip 0.9 KB
06 ES6 Modules/057 1- Modules-en.srt 5.2 KB
06 ES6 Modules/057 1- Modules.mp4 18.9 MB
06 ES6 Modules/058 2- CommonJS Modules-en.srt 8.3 KB
06 ES6 Modules/058 2- CommonJS Modules.mp4 42.3 MB
06 ES6 Modules/058 CommonJS-Modules.zip 6.4 KB
06 ES6 Modules/059 3- ES6 Modules-en.srt 4.5 KB
06 ES6 Modules/059 3- ES6 Modules.mp4 22.0 MB
06 ES6 Modules/059 ES6-Modules.zip 6.4 KB
06 ES6 Modules/060 4- ES6 Tooling-en.srt 2.2 KB
06 ES6 Modules/060 4- ES6 Tooling.mp4 4.6 MB
06 ES6 Modules/061 5- Babel-en.srt 10.1 KB
06 ES6 Modules/061 5- Babel.mp4 36.5 MB
06 ES6 Modules/062 6- Webpack-en.srt 11.6 KB
06 ES6 Modules/062 6- Webpack.mp4 69.2 MB
06 ES6 Modules/062 webpack-demo.zip 2.8 KB
06 ES6 Modules/063 7- Cheat Sheet.html 0.9 KB
06 ES6 Modules/063 modules.zip 1.0 KB
06 ES6 Modules/064 Coupon to My Other Courses.html 2.0 KB
[FreeCourseLab.com].url 0.1 KB



  • Torrent indexed: 6 years

  • Torrent updated: Wednesday 24th of October 2018 04:01:29 PM
  • Torrent hash: A44B1CFAA76CD767CF21AA9C9CB22F9ADA43722C

  • Torrent size: 1.7 GB

  • Torrent category: Tutorials




Comments



Report suspicious or fake torrent



Community - Add torrent to search results - Stats - DMCA - Removal Request - TOR - Contact
BTC: 13uHKcvKFUuJvkmX2XbDuxFHueDoqaeBSi