Torrent Info
Title [04-2022] advanced-javascript-concepts
Category
Size 12.41GB

Files List
Please note that this page does not hosts or makes available any of the listed filenames. You cannot download any of those files from here.
001 How To Succeed In This Course.en_US.srt 7.06KB
001 How To Succeed In This Course.mp4 94.17MB
002 Join Our Online Classroom!.en_US.srt 5.75KB
002 Join Our Online Classroom!.mp4 75.24MB
003 Exercise_ Meet Your Classmates and Instructor.html 4.08KB
004 Monthly Coding Challenges, Free Resources and Guides.html 2.04KB
005 Course-Map.txt 65B
005 Section Overview.en_US.srt 3.37KB
005 Section Overview.mp4 13.23MB
006 ECMAScript-Engines.txt 57B
006 Javascript Engine.en_US.srt 6.65KB
006 Javascript Engine.mp4 94.56MB
007 Exercise_ Javascript Engine.en_US.srt 1.12KB
007 Exercise_ Javascript Engine.mp4 15.51MB
008 AST-Explorer.txt 25B
008 Inside the Engine.en_US.srt 4.51KB
008 Inside the Engine.mp4 25.50MB
009 Exercise_ JS Engine For All.en_US.srt 3.11KB
009 Exercise_ JS Engine For All.mp4 44.88MB
010 Interpreters and Compilers.en_US.srt 7.47KB
010 Interpreters and Compilers.mp4 34.82MB
011 Babel + TypeScript.html 1.08KB
012 Inside the V8 Engine.en_US.srt 10.58KB
012 Inside the V8 Engine.mp4 62.97MB
013 Comparing Other Languages.en_US.srt 4.76KB
013 Comparing Other Languages.mp4 17.13MB
014 Hidden-Classes.txt 77B
014 Managing-arguments.txt 88B
014 Writing Optimized Code.en_US.srt 9.97KB
014 Writing Optimized Code.mp4 43.10MB
015 WebAssembly.en_US.srt 3.75KB
015 WebAssembly.mp4 20.14MB
015 WebAssembly.txt 25B
016 Call Stack and Memory Heap.en_US.srt 16.34KB
016 Call Stack and Memory Heap.mp4 221.30MB
017 Stack Overflow.en_US.srt 3.75KB
017 Stack Overflow.mp4 60.00MB
018 Garbage Collection.en_US.srt 5.36KB
018 Garbage Collection.mp4 35.65MB
019 MDN-setInterval.txt 87B
019 Memory Leaks.en_US.srt 7.75KB
019 Memory Leaks.mp4 65.51MB
019 Memory-Leaks-at-SoundCloud.txt 80B
020 Single Threaded.en_US.srt 2.27KB
020 Single Threaded.mp4 12.33MB
021 Exercise_ Issue With Single Thread.en_US.srt 3.33KB
021 Exercise_ Issue With Single Thread.mp4 23.45MB
022 Javascript Runtime.en_US.srt 16.97KB
022 Javascript Runtime.mp4 175.87MB
022 JS-Runtime-Playground.txt 346B
023 Node.js.en_US.srt 7.19KB
023 Node.js.mp4 80.75MB
023 Node.js.txt 23B
024 Exercise_ Fix This Code.html 1.31KB
024 Solution-Code.txt 49B
025 Async-Code-Playground.txt 45B
025 Section Review.en_US.srt 5.49KB
025 Section Review.mp4 41.94MB
026 Web Developer Monthly.html 1.33KB
027 Advanced JavaScript Cheatsheet.html 984B
028 Endorsements On LinkedIN.html 1.84KB
029 Course-Map.txt 65B
029 Section Overview.en_US.srt 1.68KB
029 Section Overview.mp4 6.18MB
030 Execution Context.en_US.srt 9.97KB
030 Execution Context.mp4 58.73MB
031 Lexical Environment.en_US.srt 6.71KB
031 Lexical Environment.mp4 47.16MB
032 Hoisting.en_US.srt 11.75KB
032 Hoisting.mp4 69.96MB
033 Exercise_ Hoisting.en_US.srt 4.24KB
033 Exercise_ Hoisting.mp4 13.30MB
033 Hoisting-Repl.txt 35B
034 Exercise_ Hoisting 2.en_US.srt 7.75KB
034 Exercise_ Hoisting 2.mp4 27.01MB
034 Hoisting-2-Repl.txt 37B
035 Exercise_ Hoisting 3.html 689B
036 Function Invocation.en_US.srt 7.54KB
036 Function Invocation.mp4 43.09MB
037 arguments Keyword.en_US.srt 4.75KB
037 arguments Keyword.mp4 25.17MB
037 Function-Repl.txt 50B
037 MDN-arguments.txt 86B
038 Variable Environment.en_US.srt 6.88KB
038 Variable Environment.mp4 28.19MB
038 Variable-Environment-Repl.txt 47B
039 Scope Chain.en_US.srt 13.85KB
039 Scope Chain.mp4 167.70MB
039 Scope-Chain-Repl.txt 38B
040 [[scope]].en_US.srt 2.04KB
040 [[scope]].mp4 35.66MB
041 Exercise_ JS is Weird.en_US.srt 5.30KB
041 Exercise_ JS is Weird.mp4 16.01MB
041 Exercise-Repl.txt 38B
042 Function Scope vs Block Scope.en_US.srt 3.62KB
042 Function Scope vs Block Scope.mp4 12.02MB
043 Exercise_ Block Scope.en_US.srt 3.82KB
043 Exercise_ Block Scope.mp4 13.35MB
043 Exercise-Repl.txt 56B
044 Global Variables.en_US.srt 4.64KB
044 Global Variables.mp4 46.92MB
045 IIFE.en_US.srt 14.00KB
045 IIFE.mp4 75.39MB
046 More-about-Strict-Mode.txt 78B
046 this Keyword.en_US.srt 17.75KB
046 this Keyword.mp4 142.84MB
046 this-Repl.txt 31B
047 Exercise_ Dynamic Scope vs Lexical Scope.en_US.srt 12.20KB
047 Exercise_ Dynamic Scope vs Lexical Scope.mp4 98.02MB
047 Exercise-Repl.txt 40B
048 call(), apply(), bind().en_US.srt 12.24KB
048 call(), apply(), bind().mp4 96.19MB
048 Exercise-Repl.txt 42B
049 Exercise_ call(), apply().html 751B
049 Solution-Code.txt 37B
050 bind() and currying.en_US.srt 3.85KB
050 bind() and currying.mp4 13.57MB
050 Currying-Repl.txt 37B
051 Exercise_ this Keyword.en_US.srt 3.18KB
051 Exercise_ this Keyword.mp4 26.34MB
051 Exercise-Repl.txt 48B
052 Exercise_ this Keyword 2.html 942B
052 Solution-Code.txt 37B
053 Context vs Scope.en_US.srt 1.26KB
053 Context vs Scope.mp4 7.04MB
054 Section Review.en_US.srt 3.27KB
054 Section Review.mp4 17.38MB
055 Course-Map.txt 65B
055 Section Overview.en_US.srt 1.65KB
055 Section Overview.mp4 6.12MB
056 Javascript Types.en_US.srt 15.09KB
056 Javascript Types.mp4 63.86MB
056 JS-Built-In-Objects.txt 81B
057 Array.isArray().en_US.srt 2.20KB
057 Array.isArray().mp4 5.75MB
058 Pass By Value vs Pass By Reference.en_US.srt 17.26KB
058 Pass By Value vs Pass By Reference.mp4 84.06MB
058 Pass-By-Value-vs-Pass-By-Reference-Repl.txt 44B
059 Exercise_ Compare Objects.html 1.09KB
060 Exercise_ Pass By Reference.html 558B
060 Exercise-Repl.txt 40B
061 ECMA-Comparison-Algorithm.txt 60B
061 JS-Comparison-Table.txt 51B
061 MDN-Equality-Comparisons.txt 90B
061 Type Coercion.en_US.srt 9.77KB
061 Type Coercion.mp4 105.07MB
062 Exercise_ Type Coercion.html 794B
063 Quick Note_ Upcoming Videos.html 947B
064 JTS_ Dynamic vs Static Typing.en_US.srt 13.64KB
064 JTS_ Dynamic vs Static Typing.mp4 103.01MB
065 JTS_ Weakly vs Strongly Typed.en_US.srt 3.56KB
065 JTS_ Weakly vs Strongly Typed.mp4 18.71MB
066 JTS_ Static Typing In JavaScript.en_US.srt 11.31KB
066 JTS_ Static Typing In JavaScript.mp4 43.27MB
067 Course-Map.txt 65B
067 Section Overview.en_US.srt 2.18KB
067 Section Overview.mp4 9.59MB
068 Functions are Objects.en_US.srt 10.04KB
068 Functions are Objects.mp4 47.62MB
069 First Class Citizens.en_US.srt 4.20KB
069 First Class Citizens.mp4 18.94MB
070 Extra Bits_ Functions.en_US.srt 3.87KB
070 Extra Bits_ Functions.mp4 10.57MB
071 Exercise-Repl.txt 30B
071 Higher Order Functions.en_US.srt 18.53KB
071 Higher Order Functions.mp4 163.33MB
072 Exercise_ Higher Order Functions.en_US.srt 3.96KB
072 Exercise_ Higher Order Functions.mp4 21.55MB
072 Exercise-Repl.txt 39B
072 Solution-Code.txt 39B
073 Closures.en_US.srt 15.78KB
073 Closures.mp4 93.24MB
073 Closures-Repl.txt 35B
074 Exercise_ Closures.en_US.srt 3.40KB
074 Exercise_ Closures.mp4 12.53MB
074 Exercise-Repl.txt 44B
075 Closures and Memory.en_US.srt 8.75KB
075 Closures and Memory.mp4 40.61MB
075 Exercise-Repl.txt 46B
076 Closures and Encapsulation.en_US.srt 8.08KB
076 Closures and Encapsulation.mp4 69.59MB
076 Exercise-Repl.txt 46B
077 Exercise_ Closures 2.en_US.srt 1.86KB
077 Exercise_ Closures 2.mp4 5.52MB
077 Exercise-Repl.txt 46B
078 Solution_ Closures 2.en_US.srt 2.96KB
078 Solution_ Closures 2.mp4 10.56MB
078 Solution-Code.txt 46B
079 Exercise_ Closures 3.en_US.srt 1.60KB
079 Exercise_ Closures 3.mp4 5.16MB
079 Exercise-Repl.txt 46B
080 Solution_ Closures 3.en_US.srt 3.39KB
080 Solution_ Closures 3.mp4 13.87MB
080 Solution-Code.txt 46B
081 Closures Review.en_US.srt 1.71KB
081 Closures Review.mp4 9.69MB
082 Prototypal Inheritance.en_US.srt 7.51KB
082 Prototypal Inheritance.mp4 106.36MB
083 Exercise-Repl.txt 32B
083 Prototypal Inheritance 2.en_US.srt 9.64KB
083 Prototypal Inheritance 2.mp4 45.91MB
084 Prototypal Inheritance 3.en_US.srt 8.84KB
084 Prototypal Inheritance 3.mp4 44.00MB
085 Exercise-Repl.txt 34B
085 Prototypal Inheritance 4.en_US.srt 10.43KB
085 Prototypal Inheritance 4.mp4 163.98MB
086 Exercise-Repl.txt 34B
086 Prototypal Inheritance 5.en_US.srt 2.72KB
086 Prototypal Inheritance 5.mp4 11.22MB
087 Prototypal Inheritance 6.en_US.srt 9.29KB
087 Prototypal Inheritance 6.mp4 139.63MB
088 Exercise_ Prototypal Inheritance.en_US.srt 3.27KB
088 Exercise_ Prototypal Inheritance.mp4 16.56MB
088 Exercise-Repl.txt 34B
089 Solution_ Prototypal Inheritance.en_US.srt 8.91KB
089 Solution_ Prototypal Inheritance.mp4 54.26MB
089 Solution-Code.txt 34B
090 Exercise_ Prototypal Inheritance with this.html 760B
090 Solution-Code.txt 37B
091 Section Review.en_US.srt 4.29KB
091 Section Review.mp4 23.72MB
092 Exercise_ Imposter Syndrome.en_US.srt 4.30KB
092 Exercise_ Imposter Syndrome.mp4 55.22MB
093 Course-Map.txt 65B
093 History-of-Programming-Languages.txt 63B
093 Section Overview.en_US.srt 7.45KB
093 Section Overview.mp4 150.27MB
094 OOP and FP.en_US.srt 4.47KB
094 OOP and FP.mp4 24.20MB
095 OOP Introduction.en_US.srt 3.52KB
095 OOP Introduction.mp4 13.51MB
096 Exercise-Repl.txt 30B
096 OOP1_ Factory Functions.en_US.srt 8.72KB
096 OOP1_ Factory Functions.mp4 53.17MB
097 Exercise-Repl.txt 32B
097 OOP2_ Object.create().en_US.srt 8.02KB
097 OOP2_ Object.create().mp4 40.46MB
098 Exercise-Repl.txt 32B
098 OOP3_ Constructor Functions.en_US.srt 13.41KB
098 OOP3_ Constructor Functions.mp4 88.54MB
099 Exercise-Repl.txt 32B
099 More Constructor Functions.en_US.srt 8.81KB
099 More Constructor Functions.mp4 48.36MB
100 Funny Thing About JS.en_US.srt 3.05KB
100 Funny Thing About JS.mp4 10.12MB
101 Exercise-Repl.txt 32B
101 OOP4_ ES6 Classes.en_US.srt 9.62KB
101 OOP4_ ES6 Classes.mp4 89.89MB
102 Object.create() vs Class.en_US.srt 2.14KB
102 Object.create() vs Class.mp4 7.84MB
103 Exercise-Repl.txt 32B
103 this - 4 Ways.en_US.srt 4.63KB
103 this - 4 Ways.mp4 19.10MB
104 Exercise-Repl.txt 32B
104 Inheritance.en_US.srt 14.94KB
104 Inheritance.mp4 98.85MB
105 Exercise-Repl.txt 32B
105 Inheritance 2.en_US.srt 5.82KB
105 Inheritance 2.mp4 32.54MB
106 ES2020_ Private Class Variables.html 831B
107 Public vs Private.en_US.srt 4.73KB
107 Public vs Private.mp4 39.88MB
108 OOP in React.js.en_US.srt 3.24KB
108 OOP in React.js.mp4 14.03MB
109 4 Pillars of OOP.en_US.srt 8.50KB
109 4 Pillars of OOP.mp4 145.21MB
109 Exercise-Repl.txt 32B
110 Exercise_ OOP and Polymorphism.html 894B
110 Exercise-Repl.txt 39B
110 Solution-Code.txt 32B
111 Reviewing OOP.en_US.srt 2.54KB
111 Reviewing OOP.mp4 10.00MB
112 Course-Map.txt 65B
112 Section Overview.en_US.srt 3.02KB
112 Section Overview.mp4 20.29MB
113 Functional Programming Introduction.en_US.srt 4.06KB
113 Functional Programming Introduction.mp4 21.87MB
114 Exercise_ Amazon.en_US.srt 4.07KB
114 Exercise_ Amazon.mp4 15.12MB
114 Exercise-Repl.txt 29B
115 Exercise-Repl.txt 31B
115 Pure Functions.en_US.srt 4.43KB
115 Pure Functions.mp4 25.41MB
116 Exercise-Repl.txt 31B
116 Pure Functions 2.en_US.srt 7.69KB
116 Pure Functions 2.mp4 38.59MB
117 Can Everything Be Pure_.en_US.srt 5.49KB
117 Can Everything Be Pure_.mp4 28.19MB
118 Exercise-Repl.txt 31B
118 Idempotent.en_US.srt 4.36KB
118 Idempotent.mp4 13.58MB
119 Imperative vs Declarative.en_US.srt 7.57KB
119 Imperative vs Declarative.mp4 51.92MB
120 Exercise-Repl.txt 31B
120 Immutability.en_US.srt 5.75KB
120 Immutability.mp4 40.56MB
120 Structural-Sharing.txt 103B
121 Exercise-Repl.txt 31B
121 Higher Order Functions and Closures.en_US.srt 7.85KB
121 Higher Order Functions and Closures.mp4 26.97MB
122 Currying.en_US.srt 4.60KB
122 Currying.mp4 14.81MB
122 Exercise-Repl.txt 31B
123 Exercise-Repl.txt 31B
123 Partial Application.en_US.srt 4.75KB
123 Partial Application.mp4 15.85MB
124 Quick Note_ Upcoming Videos.html 1003B
125 MCI_ Memoization 1.en_US.srt 8.08KB
125 MCI_ Memoization 1.mp4 30.48MB
126 Exercise-Repl.txt 46B
126 MCI_ Memoization 2.en_US.srt 4.20KB
126 MCI_ Memoization 2.mp4 15.93MB
127 Compose and Pipe.en_US.srt 13.77KB
127 Compose and Pipe.mp4 55.06MB
127 Exercise-Repl.txt 31B
128 Arity.en_US.srt 2.07KB
128 Arity.mp4 7.59MB
129 Is FP The Answer To Everything_.en_US.srt 3.47KB
129 Is FP The Answer To Everything_.mp4 17.62MB
130 Solution_ Amazon.en_US.srt 24.86KB
130 Solution_ Amazon.mp4 203.44MB
130 Solution-Code.txt 31B
131 Reviewing FP.en_US.srt 6.34KB
131 Reviewing FP.mp4 113.22MB
132 Composition vs Inheritance.en_US.srt 16.61KB
132 Composition vs Inheritance.mp4 109.04MB
133 OOP vs FP.en_US.srt 5.12KB
133 OOP vs FP.mp4 38.85MB
134 OOP vs FP 2.en_US.srt 5.78KB
134 OOP vs FP 2.mp4 37.96MB
135 Course-Map.txt 65B
135 Exercise-Repl.txt 32B
135 Section Overview.en_US.srt 5.20KB
135 Section Overview.mp4 44.43MB
136 Quick Note_ Upcoming Videos.html 1.62KB
137 How JavaScript Works.en_US.srt 28.35KB
137 How JavaScript Works.mp4 219.40MB
138 Promises.en_US.srt 24.04KB
138 Promises.mp4 213.62MB
139 ES8 - Async Await.en_US.srt 16.57KB
139 ES8 - Async Await.mp4 149.74MB
140 ES9 (ES2018).en_US.srt 5.04KB
140 ES9 (ES2018).mp4 26.23MB
141 ES9 (ES2018) - Async.en_US.srt 10.81KB
141 ES9 (ES2018) - Async.mp4 148.00MB
142 Exercise-Repl.txt 32B
142 Job Queue.en_US.srt 8.37KB
142 Job Queue.mp4 64.66MB
143 Exercise-Repl.txt 34B
143 Parallel, Sequence and Race.en_US.srt 12.28KB
143 Parallel, Sequence and Race.mp4 68.55MB
144 ES2020_ allSettled().en_US.srt 4.29KB
144 ES2020_ allSettled().mp4 26.16MB
145 ES2021_ any().html 1.63KB
146 More-about-multi-threading.txt 73B
146 More-about-running-node-on-multiple-CPUs.txt 74B
146 Threads, Concurrency and Parallelism.en_US.srt 13.00KB
146 Threads, Concurrency and Parallelism.mp4 89.22MB
146 Web-Workers.txt 83B
147 Course-Map.txt 65B
147 Section Overview.en_US.srt 3.33KB
147 Section Overview.mp4 11.49MB
148 Exercise-Repl.txt 32B
148 What Is A Module_.en_US.srt 12.58KB
148 What Is A Module_.mp4 54.36MB
149 Module Pattern.en_US.srt 14.25KB
149 Module Pattern.mp4 125.89MB
150 Module Pattern Pros and Cons.en_US.srt 5.87KB
150 Module Pattern Pros and Cons.mp4 25.72MB
151 CommonJS, AMD, UMD.en_US.srt 11.43KB
151 CommonJS, AMD, UMD.mp4 67.49MB
152 ES6-Exports.txt 84B
152 ES6-Imports.txt 84B
152 ES6 Modules.en_US.srt 9.91KB
152 ES6 Modules.mp4 73.97MB
153 Section Review.en_US.srt 2.68KB
153 Section Review.mp4 8.69MB
154 Course-Map.txt 65B
154 Section Overview.en_US.srt 1.24KB
154 Section Overview.mp4 6.14MB
155 Errors In JavaScript.en_US.srt 9.77KB
155 Errors In JavaScript.mp4 117.27MB
155 Exercise-Repl.txt 43B
156 Exercise-Repl.txt 43B
156 Try Catch.en_US.srt 10.81KB
156 Try Catch.mp4 114.81MB
157 Async Error Handling.en_US.srt 14.71KB
157 Async Error Handling.mp4 105.18MB
157 Exercise-Repl.txt 43B
158 Async Error Handling 2.en_US.srt 3.74KB
158 Async Error Handling 2.mp4 13.78MB
158 Exercise-Repl.txt 43B
159 Exercise_ Error Handling.html 656B
159 Exercise-Repl.txt 41B
160 Exercise-Repl.txt 43B
160 Extending Errors.en_US.srt 5.58KB
160 Extending Errors.mp4 26.52MB
161 Section Review.en_US.srt 1.36KB
161 Section Review.mp4 11.54MB
162 Learning Guideline.html 821B
163 Endorsements On LinkedIN.html 1.84KB
164 Become an Alumni.html 1.40KB
165 Coding Challenges.html 1.32KB
166 Thank You.en_US.srt 963B
166 Thank You.mp4 3.92MB
167 Extra Materials.html 675B
168 Quick Note_ Upcoming Videos.html 950B
169 Section Overview.en_US.srt 2.19KB
169 Section Overview.mp4 12.28MB
170 List-of-Data-Structures.txt 54B
170 What Is A Data Structure_.en_US.srt 6.90KB
170 What Is A Data Structure_.mp4 66.77MB
171 Computer-Memory.txt 68B
171 Crash-Course-RAMs-and-Registers.txt 44B
171 How Computers Store Data.en_US.srt 13.65KB
171 How Computers Store Data.mp4 105.00MB
172 Data Structures In Different Languages.en_US.srt 3.89KB
172 Data Structures In Different Languages.mp4 15.17MB
173 Operations On Data Structures.en_US.srt 3.48KB
173 Operations On Data Structures.mp4 56.74MB
174 Array Introduction.en_US.srt 14.43KB
174 Array Introduction.mp4 54.06MB
174 Array-Repl.txt 48B
175 Static vs Dynamic Arrays.en_US.srt 7.04KB
175 Static vs Dynamic Arrays.mp4 29.05MB
176 Data-Structure-Array.txt 61B
176 Implementing An Array.en_US.srt 17.48KB
176 Implementing An Array.mp4 96.32MB
177 Strings and Arrays.en_US.srt 1.25KB
177 Strings and Arrays.mp4 6.20MB
178 Exercise_ Reverse A String.en_US.srt 1.74KB
178 Exercise_ Reverse A String.mp4 4.60MB
178 Reverse-String-Repl.txt 49B
179 Solution-Code.txt 40B
179 Solution Reverse A String.en_US.srt 10.99KB
179 Solution Reverse A String.mp4 51.39MB
180 Exercise_ Merge Sorted Arrays.en_US.srt 793B
180 Exercise_ Merge Sorted Arrays.mp4 1.90MB
180 Merge-Sorted-Arrays-Repl.txt 53B
181 Solution_ Merge Sorted Arrays.en_US.srt 14.60KB
181 Solution_ Merge Sorted Arrays.mp4 55.85MB
181 Solution-Code.txt 44B
182 Arrays Review.en_US.srt 3.99KB
182 Arrays Review.mp4 20.40MB
183 Hash Tables Introduction.en_US.srt 4.51KB
183 Hash Tables Introduction.mp4 25.67MB
184 Hash Function.en_US.srt 6.12KB
184 Hash Function.mp4 53.52MB
184 MD5.txt 45B
185 Hash Collisions.en_US.srt 10.07KB
185 Hash Collisions.mp4 139.93MB
185 Hash-Table-Animation.txt 61B
185 Hash-Tables-Wiki.txt 41B
186 Hash-Table-Repl.txt 53B
186 Hash Tables In Different Languages.en_US.srt 3.54KB
186 Hash Tables In Different Languages.mp4 14.46MB
187 Exercise_ Implement A Hash Table.en_US.srt 4.05KB
187 Exercise_ Implement A Hash Table.mp4 15.43MB
187 Exercise-Repl.txt 61B
188 Solution_ Implement A Hash Table.en_US.srt 18.08KB
188 Solution_ Implement A Hash Table.mp4 90.64MB
188 Solution-Code.txt 69B
189 keys().en_US.srt 6.51KB
189 keys().mp4 40.70MB
189 Solution-Code.txt 67B
190 Hash Tables vs Arrays.en_US.srt 2.47KB
190 Hash Tables vs Arrays.mp4 12.05MB
191 Exercise_ First Recurring Character.en_US.srt 1.44KB
191 Exercise_ First Recurring Character.mp4 4.34MB
191 Exercise-Repl.txt 59B
192 Solution_ First Recurring Character.en_US.srt 16.31KB
192 Solution_ First Recurring Character.mp4 78.63MB
192 Solution-Code.txt 50B
193 Hash Tables Review.en_US.srt 6.63KB
193 Hash Tables Review.mp4 96.30MB
194 Quick Note_ Upcoming Videos.html 947B
195 What is JavaScript_.en_US.srt 6.87KB
195 What is JavaScript_.mp4 62.44MB
196 Your First JavaScript.en_US.srt 13.85KB
196 Your First JavaScript.mp4 143.38MB
197 Variables.en_US.srt 16.55KB
197 Variables.mp4 103.34MB
198 Control Flow.en_US.srt 17.95KB
198 Control Flow.mp4 136.76MB
199 JavaScript On Our Webpage.en_US.srt 9.78KB
199 JavaScript On Our Webpage.mp4 61.60MB
200 Functions.en_US.srt 25.65KB
200 Functions.mp4 121.88MB
201 Data Structures_ Arrays.en_US.srt 12.80KB
201 Data Structures_ Arrays.mp4 108.38MB
202 Data Structures_ Objects.en_US.srt 14.58KB
202 Data Structures_ Objects.mp4 72.10MB
203 Exercise_ Build Facebook.en_US.srt 12.02KB
203 Exercise_ Build Facebook.mp4 43.11MB
204 JavaScript Terminology.en_US.srt 3.29KB
204 JavaScript Terminology.mp4 11.55MB
205 Loops.en_US.srt 23.53KB
205 Loops.mp4 170.52MB
206 Exercise_ Build Facebook 2.en_US.srt 8.73KB
206 Exercise_ Build Facebook 2.mp4 59.44MB
207 JavaScript Keywords.en_US.srt 3.85KB
207 JavaScript Keywords.mp4 13.71MB
208 Quick Note_ Upcoming Videos.html 952B
209 Scope.en_US.srt 9.87KB
209 Scope.mp4 72.55MB
210 Advanced Control Flow.en_US.srt 12.06KB
210 Advanced Control Flow.mp4 69.58MB
211 ES5 and ES6.en_US.srt 26.67KB
211 ES5 and ES6.mp4 139.19MB
212 Advanced Functions.en_US.srt 20.68KB
212 Advanced Functions.mp4 191.30MB
213 Advanced Arrays.en_US.srt 17.25KB
213 Advanced Arrays.mp4 173.35MB
214 Advanced Objects.en_US.srt 26.09KB
214 Advanced Objects.mp4 267.27MB
215 ES7.en_US.srt 3.14KB
215 ES7.mp4 16.74MB
216 ES8.en_US.srt 9.46KB
216 ES8.mp4 48.99MB
217 Note_ ES9 + ES8 Async Await.html 944B
218 ES10 (ES2019).en_US.srt 17.54KB
218 ES10 (ES2019).mp4 109.42MB
218 ES10-Exercise.js 1.27KB
218 ES10-Solutions.js 1.96KB
219 Advanced Loops.en_US.srt 12.33KB
219 Advanced Loops.mp4 62.04MB
220 ES2020 Part 1.en_US.srt 10.15KB
220 ES2020 Part 1.mp4 86.12MB
220 JavaScripts-Max-Safe-Integer.txt 123B
221 ES2020 Part 2.en_US.srt 3.28KB
221 ES2020 Part 2.mp4 25.04MB
222 ES2020 Part 3.en_US.srt 4.58KB
222 ES2020 Part 3.mp4 24.05MB
223 ES2020_ globalThis.en_US.srt 3.41KB
223 ES2020_ globalThis.mp4 28.75MB
224 ES2021.en_US.srt 4.37KB
224 ES2021.mp4 27.51MB
225 Debugging.en_US.srt 9.79KB
225 Debugging.mp4 74.18MB
226 Modules.en_US.srt 15.87KB
226 Modules.mp4 66.62MB
227 Notes To Review The Course.html 915B
228 AMA - 100,000 Students!!.en_US.srt 53.76KB
228 AMA - 100,000 Students!!.mp4 1.33GB
229 [exercise_info] The Final Challenge.html 786B
229 [exercise_solution] The Final Challenge.zip 167B
229 [exercise] The Final Challenge.zip 175B
229 [quiz] Course Review.html 3.22KB
229 Bonus Lecture.html 1.64KB
Distribution statistics by country
Ukraine (UA) 2
Russia (RU) 2
Uzbekistan (UZ) 2
Spain (ES) 1
Greece (GR) 1
Republic of Moldova (MD) 1
Germany (DE) 1
Total 10
IP List List of IP addresses which were distributed this torrent