File | Size |
---|
01.Introduction/0101.Introduction.mp4 | 12.85 MB |
01.Introduction/0102.JavaScript Languages - ES6 vs ES5.mp4 | 2.03 MB |
01.Introduction/0103.Course Format.mp4 | 5.62 MB |
01.Introduction/0104.Using ES6 Today.mp4 | 11.15 MB |
02.Syntax Changes & Additions/0201.Let & Block Scope.mp4 | 18.30 MB |
02.Syntax Changes & Additions/0202.Constants with "const".mp4 | 12.88 MB |
02.Syntax Changes & Additions/0203.Hoisting in ES6.mp4 | 9.06 MB |
02.Syntax Changes & Additions/0204.(Fat) Arrow Functions.mp4 | 28.14 MB |
02.Syntax Changes & Additions/0205.(Fat) Arrow Functions and the "this" Keyword.mp4 | 17.55 MB |
02.Syntax Changes & Additions/0206.Functions and Default Parameters.mp4 | 23.11 MB |
02.Syntax Changes & Additions/0207.Object Literal Extensions.mp4 | 28.07 MB |
02.Syntax Changes & Additions/0208.The Rest Operator.mp4 | 15.56 MB |
02.Syntax Changes & Additions/0209.The Spread Operator.mp4 | 8.38 MB |
02.Syntax Changes & Additions/0210.The for-of Loop.mp4 | 6.34 MB |
02.Syntax Changes & Additions/0211.Template Literals.mp4 | 16.48 MB |
02.Syntax Changes & Additions/0212.Destructuring – Arrays.mp4 | 28.87 MB |
02.Syntax Changes & Additions/0213.Destructuring - Objects.mp4 | 13.94 MB |
02.Syntax Changes & Additions/0214.Destructuring - Summary.mp4 | 3.62 MB |
02.Syntax Changes & Additions/0215.Wrap Up.mp4 | 4.65 MB |
03.Modules & Classes/0301.Introduction.mp4 | 1.74 MB |
03.Modules & Classes/0302.Modules Setup.mp4 | 18.73 MB |
03.Modules & Classes/0303.Modules Basics.mp4 | 22.05 MB |
03.Modules & Classes/0304.Import & Export Syntax.mp4 | 22.88 MB |
03.Modules & Classes/0305.Class Basics.mp4 | 13.94 MB |
03.Modules & Classes/0306.Classes & Prototypes.mp4 | 5.95 MB |
03.Modules & Classes/0307.Inheritance.mp4 | 21.22 MB |
03.Modules & Classes/0308.Inheritance & Prototypes.mp4 | 5.46 MB |
03.Modules & Classes/0309.Static Methods.mp4 | 10.48 MB |
03.Modules & Classes/0310.Classes & Modules.mp4 | 2.96 MB |
03.Modules & Classes/0311.Getters & Setters.mp4 | 9.26 MB |
03.Modules & Classes/0312.Extending Built-in Objects.mp4 | 11.82 MB |
03.Modules & Classes/0313.Wrap Up.mp4 | 3.87 MB |
04.Symbols/0401.Introduction.mp4 | 8.07 MB |
04.Symbols/0402.Symbols Basics.mp4 | 16.88 MB |
04.Symbols/0403.Shared Symbols.mp4 | 17.12 MB |
04.Symbols/0404.Advantages of (unique) IDs Symbols.mp4 | 4.63 MB |
04.Symbols/0405.Well-Known Symbols.mp4 | 21.98 MB |
05.Iterators & Generators/0501.Introduction.mp4 | 7.15 MB |
05.Iterators & Generators/0502.Iterator Basics.mp4 | 17.59 MB |
05.Iterators & Generators/0503.Iterators in Action.mp4 | 16.79 MB |
05.Iterators & Generators/0504.Creating a Custom, Iterateable Object.mp4 | 14.49 MB |
05.Iterators & Generators/0505.Generators Basics.mp4 | 11.11 MB |
05.Iterators & Generators/0506.Generators in Action.mp4 | 12.06 MB |
05.Iterators & Generators/0507.Controlling Iterators with throw and return.mp4 | 11.28 MB |
06.Promises/0601.Introduction.mp4 | 6.46 MB |
06.Promises/0602.Creating & Resolving Promises.mp4 | 14.87 MB |
06.Promises/0603.Rejecting Promises.mp4 | 5.07 MB |
06.Promises/0604.Chaining Promises.mp4 | 14.95 MB |
06.Promises/0605.Catching Errors.mp4 | 9.21 MB |
06.Promises/0606.Built-in Methods - All and Race.mp4 | 16.25 MB |
06.Promises/0607.Wrap Up.mp4 | 2.37 MB |
07.Extensions of Built-in Objects/0701.Introduction.mp4 | 6.14 MB |
07.Extensions of Built-in Objects/0702.The Object.mp4 | 32.67 MB |
07.Extensions of Built-in Objects/0703.The Math Object.mp4 | 13.41 MB |
07.Extensions of Built-in Objects/0704.Strings.mp4 | 11.80 MB |
07.Extensions of Built-in Objects/0705.The Number Object.mp4 | 14.11 MB |
07.Extensions of Built-in Objects/0706.Arrays (12).mp4 | 34.14 MB |
07.Extensions of Built-in Objects/0707.Arrays (22).mp4 | 17.95 MB |
07.Extensions of Built-in Objects/0708.Wrap Up.mp4 | 2.67 MB |
08.Maps & Sets/0801.Introduction.mp4 | 3.89 MB |
08.Maps & Sets/0802.Maps - Creation & Adding Items.mp4 | 10.39 MB |
08.Maps & Sets/0803.Maps - Managing Items.mp4 | 4.89 MB |
08.Maps & Sets/0804.Maps - Looping through Maps.mp4 | 11.98 MB |
08.Maps & Sets/0805.Maps - Wrap Up.mp4 | 4.50 MB |
08.Maps & Sets/0806.The WeakMap.mp4 | 21.38 MB |
08.Maps & Sets/0807.Sets - Creation and Adding Items.mp4 | 10.14 MB |
08.Maps & Sets/0808.Sets - Managing Items.mp4 | 9.15 MB |
08.Maps & Sets/0809.Sets - Looping through Sets.mp4 | 4.91 MB |
08.Maps & Sets/0810.Sets - Wrap Up.mp4 | 2.90 MB |
08.Maps & Sets/0811.The WeakSet.mp4 | 19.80 MB |
09.The Reflect API/0901.Introduction.mp4 | 9.19 MB |
09.The Reflect API/0902.Creating Objects with Reflect.construct().mp4 | 21.11 MB |
09.The Reflect API/0903.Calling Functions with Reflect.apply().mp4 | 9.55 MB |
09.The Reflect API/0904.Reflect and Prototypes.mp4 | 17.30 MB |
09.The Reflect API/0905.Reflect.construct(), apply() and Prototypes Interaction.mp4 | 8.22 MB |
09.The Reflect API/0906.Accessing Properties with Reflect.mp4 | 31.43 MB |
09.The Reflect API/0907.Analyzing Objects with Reflect.ownKeys().mp4 | 4.12 MB |
09.The Reflect API/0908.Creating & Deleting Properties with Reflect.mp4 | 18.24 MB |
09.The Reflect API/0909.Preventing Object Extensions & Wrap Up.mp4 | 13.87 MB |
10.The Proxy API/1001.Basics.mp4 | 4.62 MB |
10.The Proxy API/1002.Traps in Action.mp4 | 21.89 MB |
10.The Proxy API/1003.Proxies and Reflect.mp4 | 15.39 MB |
10.The Proxy API/1004.Using Proxies as Prototypes.mp4 | 11.41 MB |
10.The Proxy API/1005.Proxies as Proxies.mp4 | 6.71 MB |
10.The Proxy API/1006.Wrapping Functions.mp4 | 13.32 MB |
10.The Proxy API/1007.Revocable Proxies.mp4 | 11.67 MB |
10.The Proxy API/1008.Wrap Up.mp4 | 3.29 MB |
11.Course Project/1101.Introduction.mp4 | 4.69 MB |
11.Course Project/1102.Getting Started.mp4 | 17.71 MB |
11.Course Project/1103.DOM Interaction Selecting Elements.mp4 | 20.22 MB |
11.Course Project/1104.Listening to User Events.mp4 | 14.93 MB |
11.Course Project/1105.Fetching User Input.mp4 | 8.20 MB |
11.Course Project/1106.Http & Promises.mp4 | 29.86 MB |
11.Course Project/1107.Sending the Http Request.mp4 | 15.60 MB |
11.Course Project/1108.The Weather Data Class together with Reflect & Proxies.mp4 | 16.58 MB |
11.Course Project/1109.Fetching and Storing Weather Data.mp4 | 16.86 MB |
11.Course Project/1110.Displaying Data & Wrap Up.mp4 | 21.47 MB |
12.Course Wrap Up/1201.Wrap Up.mp4 | 59.16 MB |
Discuss.FreeTutorials.Us.html | 165.68 kB |
Exercise Files/exercise_files.zip | 706.61 kB |
FreeCoursesOnline.Me.html | 108.30 kB |
FreeTutorials.Eu.html | 102.23 kB |
Presented By SaM.txt | 33.00 B |
Torrent Downloaded From GloDls.to.txt | 84.00 B |
[TGx]Downloaded from torrentgalaxy.org.txt | 524.00 B |