17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Your 2nd JavaScript Course Advanced Concepts And Algorithms
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
This is a JavaScript enhancement course, designed to help junior JavaScript developers gain a wider and deeper understanding of JavaScript.
If you want to take the leap from a junior JavaScript developer to a senior one, then you have found the right course.
What you will learn:
You will learn ES6 new features like destructuring assignment, async/await, reflect, proxy, symbol, iterator, generator, etc.
Then you will learn the JavaScript object system and prototypal inheritance in the most detailed way. You will learn every methods the Object constructor has.
To completely understand how JavaScript works, you will learn advanced topics like thread, process, stack, queue, heap, task queue, event loop, recursion, deep and shallow object copy, etc.
To further boost your coding skills, you will also learn 8 sorting algorithms: bubble sorting, cocktail sorting, quick sorting, counting sorting, insertion sorting, bucket sorting, selection sorting and heap sorting.
You will also develop a proper understanding of linear and non-linear data structures, including array, linked list, binary search tree, max heap, min heap, etc.
What you will achieve:
After this course, you will develop a solid JavaScript knowledge base and most importantly, gain a deep understanding of how JavaScript works under the hood. These knowledge can help you create more efficient programs and succeed in job interviews.
If you need to learn JS frameworks like Vue, React, Angular, a solid knowledge foundation in JavaScript can tremendously accelerate your study.
Throughout the course, you will also learn how to answer questions that are frequently seen in job interviews.
Content highlights:
Lecture 1, 2: Everything you need to know about var and let [FREE Preview]
Lecture 6: Priority comparison: variable name, function name and argument name
Lecture 9, 10: Higher-order function and currying
Lecture 11, 12: Closure and its real-life application [FREE Preview]
Lecture 68, 69, 70, 71: The JavaScript prototype chain
Lecture 85: two-way data binding
Lecture 103: Data structure: Queue, Stack and Heap [FREE Preview]
Lecture 104: Thread and Process, sync and async, blocking and non-blocking
Lecture 105: Recursion and stack overflow
Lecture 107: Event loop
Lecture 108: Interview challenges: predict the result of the following programs using event loop, marco and micro task queue
Lecture 110, 111: tail call optimization
Lecture 114, 115, 116, 117: creative inheritance program design
Lecture 120, 121: ‘Deep’ copy and assign objects
Lecture 122, 123: JavaScript garbage collection, reference count and the mark-and-sweep algorithm
Lecture 142, 153, 144: Type coercion, wrapper object, explicit and implicit typecasting
Lecture 151-163: Bubble sorting
Lecture 164, 165: Cocktail sorting
Lecture 166, 167: Quick sorting
Lecture 168, 169, 170, 171: Counting sorting
Lecture 172, 173: Insertion sorting
Lecture 174. 175: Bucket sorting
Lecture 176, 177: Selection sorting
Lecture 178: Time and space complexity and the big O notation
Lecture 179, 180: Linear and non-linear data structures: array, linked list, binary search tree, max heap, min heap, etc.
Lecture 181, 182, 183, 184: binary heap and heap sorting
Lecture 185, 186, 187: the Observer pattern and two-way data binding using the Observer pattern
Please Note: This is NOT a beginner course and does not cover JS DOM and jQuery.
Who this course is for:
Students who want to take their JavaScript skill to the next level
Students who need to enhance their JavaScript knowledge foundation
Students who need to master advanced and confusing JavaScript topics like prototype chain, event loop, closure, etc.
Developers who need to know more about the running mechanism of JavaScript
Developers who need to improve the efficiency and quality of their codes
Requirements
Basic JavaScript development experience
Last Updated 2/2020
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
TutsNode.com.txt
63 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/1. Everything you need to know about VAR.mp4
29.6 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/1. Everything you need to know about VAR.srt
5.5 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/1.1 var.html
415 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/2. Everything you need to know about LET.mp4
12.6 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/2. Everything you need to know about LET.srt
2.5 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/2.1 let.html
263 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/3. Constant.mp4
6.9 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/3. Constant.srt
1 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/3.1 const.html
320 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/4. TDZ Temporal Dead Zone.mp4
8.2 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/4. TDZ Temporal Dead Zone.srt
1.6 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/4.1 tdz.html
404 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/5. Real-life application of LET.mp4
25 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/5. Real-life application of LET.srt
4.1 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/1. Fill up knowledge loopholes var, let, const, hoisting, temporal dead zone/5.1 for.html
463 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/11. JSON/1. JSON.mp4
81.5 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/1. Who has the highest priority Variable name, function name or argument name.mp4
22.1 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/1. Who has the highest priority Variable name, function name or argument name.srt
4.9 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/1.1 jsf-1 copy.html
790 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/2. Arguments, caller, callee.mp4
24.6 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/2. Arguments, caller, callee.srt
4.9 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/2.1 jsf-2.html
288 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/3. Three ways to redirecting THIS of a funciton.mp4
22.6 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/3. Three ways to redirecting THIS of a funciton.srt
4.1 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/3.1 jsf-3.html
470 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/4. Higher-order function and currying.mp4
18.6 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/4. Higher-order function and currying.srt
3.5 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/4.1 currying.html
579 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/5. Currying and closure.mp4
15.3 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/5. Currying and closure.srt
2.2 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/2. Fill up knowledge loopholes function hoisting, arguments, caller, callee, THIS/5.1 cc.html
592 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/1. Closure.mp4
10.3 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/1. Closure.srt
2 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/1.1 closure.html
273 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/2. Real-life application of Closure.mp4
11.4 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/2. Real-life application of Closure.srt
1.6 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/2.1 for-closure.html
582 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/3. Syntax of arrow function.mp4
18.6 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/3. Syntax of arrow function.srt
4 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/3.1 arrow_syntax.html
366 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/4. THIS in an arrow function.mp4
12.4 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/4. THIS in an arrow function.srt
2.8 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/4.1 arrow_this.html
395 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/5. Application of arrow function.mp4
17.5 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/5. Application of arrow function.srt
3.4 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/5.1 arrow_app.html
369 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/1. Destructure array.mp4
19.4 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/1. Destructure array.srt
4.1 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/1.1 destructure_arr.html
259 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/2. Destructure object.mp4
25.1 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/2. Destructure object.srt
4.3 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/2.1 destructure_arr obj.html
614 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/3. Destructure string.mp4
10.3 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/3. Destructure string.srt
1.9 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/3.1 destructure_str.html
286 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/4. Destructure number, boolean, null and undefined.mp4
15.4 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/4. Destructure number, boolean, null and undefined.srt
2.6 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/4.1 destructure_num_bool.html
284 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/5. Destructure function arguments.mp4
15.5 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/5. Destructure function arguments.srt
2.9 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/5.1 destructure_func.html
510 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/1. Map basics.mp4
23.5 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/1. Map basics.srt
3.9 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/1.1 map-intro.html
403 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/2. Iterate over MAP using FOR OF.mp4
15.5 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/2. Iterate over MAP using FOR OF.srt
2 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/2.1 map-iterate.html
650 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/3. SET basics.mp4
15.2 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/3. SET basics.srt
2.6 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/3.1 set.html
210 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/4. Application of SET.mp4
12.7 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/4. Application of SET.srt
2 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/4.1 set-application.html
503 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/1. Introduction to Symbol.mp4
8 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/1. Introduction to Symbol.srt
246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/1.1 symbol.html
459 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/2. How to create a Symbol value.mp4
8.4 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/2. How to create a Symbol value.srt
246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/2.1 symbol_func.html
357 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/3. Symbol.for().mp4
8.8 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/3. Symbol.for().srt
246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/3.1 symbol_func.html
357 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/4. Use Symbol value as the property name.mp4
9.9 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/4. Use Symbol value as the property name.srt
246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/4.1 symbol_app.html
403 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/5. Well-known Symbol.mp4
27.5 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/5. Well-known Symbol.srt
246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/5.1 wks.html
463 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/1. The iteration protocol the iterable protocol and the iterator protocol.mp4
20.9 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/1. The iteration protocol the iterable protocol and the iterator protocol.srt
246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/1.1 iterator.html
253 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/2. Create your own iterator.mp4
26.6 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/2. Create your own iterator.srt
246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/2.1 my_iterator.html
608 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/3. Generator.mp4
19.5 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/3. Generator.srt
246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/3.1 generator.html
230 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/4. Application of generator.mp4