Your 2nd JavaScript Course Advanced Concepts And Algorithms

Torrent Details


Your 2nd JavaScript Course Advanced Concepts and Algorithms

NAME
Your 2nd JavaScript Course Advanced Concepts and Algorithms.torrent
CATEGORY
Other
INFOHASH
1b81a3bd74f920e4365b0949684590df60f777ba
SIZE
3.4 GB in 99 files
ADDED
Uploaded on 27-12-2020 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description



Description



About this course:



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 124, 125, 126, 127: Basic computing knowledge: bit, byte, memory address, byte addressing, bit width, encoding

   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

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
TutsNode.com.txt63 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.mp429.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.srt5.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.html415 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.mp412.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.srt2.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.html263 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.mp46.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.srt1 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.html320 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.mp48.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.srt1.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.html404 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.mp425 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.srt4.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.html463 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/11. JSON/1. JSON.mp481.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.mp422.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.srt4.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.html790 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.mp424.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.srt4.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.html288 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.mp422.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.srt4.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.html470 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.mp418.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.srt3.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.html579 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.mp415.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.srt2.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.html592 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/1. Closure.mp410.3 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/1. Closure.srt2 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/1.1 closure.html273 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/2. Real-life application of Closure.mp411.4 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/2. Real-life application of Closure.srt1.6 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/2.1 for-closure.html582 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/3. Syntax of arrow function.mp418.6 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/3. Syntax of arrow function.srt4 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/3.1 arrow_syntax.html366 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/4. THIS in an arrow function.mp412.4 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/4. THIS in an arrow function.srt2.8 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/4.1 arrow_this.html395 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/5. Application of arrow function.mp417.5 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/5. Application of arrow function.srt3.4 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/3. Closure and arrow function/5.1 arrow_app.html369 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/1. Destructure array.mp419.4 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/1. Destructure array.srt4.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.html259 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/2. Destructure object.mp425.1 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/2. Destructure object.srt4.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.html614 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/3. Destructure string.mp410.3 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/3. Destructure string.srt1.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.html286 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.mp415.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.srt2.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.html284 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/4. Destructure the 'fancy' way of setting variable values/5. Destructure function arguments.mp415.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.srt2.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.html510 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/1. Map basics.mp423.5 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/1. Map basics.srt3.9 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/1.1 map-intro.html403 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.mp415.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.srt2 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/2.1 map-iterate.html650 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/3. SET basics.mp415.2 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/3. SET basics.srt2.6 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/3.1 set.html210 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/4. Application of SET.mp412.7 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/4. Application of SET.srt2 KB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/5. ES6 new syntax Map and Set/4.1 set-application.html503 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/1. Introduction to Symbol.mp48 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/1. Introduction to Symbol.srt246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/1.1 symbol.html459 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/2. How to create a Symbol value.mp48.4 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/2. How to create a Symbol value.srt246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/2.1 symbol_func.html357 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/3. Symbol.for().mp48.8 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/3. Symbol.for().srt246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/3.1 symbol_func.html357 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/4. Use Symbol value as the property name.mp49.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.srt246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/4.1 symbol_app.html403 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/5. Well-known Symbol.mp427.5 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/5. Well-known Symbol.srt246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/6. ES6 new syntax Symbol/5.1 wks.html463 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.mp420.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.srt246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/1.1 iterator.html253 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/2. Create your own iterator.mp426.6 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/2. Create your own iterator.srt246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/2.1 my_iterator.html608 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/3. Generator.mp419.5 MB
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/3. Generator.srt246 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/3.1 generator.html230 B
[TutsNode.com] - Your 2nd JavaScript Course Advanced Concepts and Algorithms/7. ES6 new syntax Iterator and generator/4. Application of generator.mp428.6 MB

Alternative Torrents for 'Your nd JavaScript Course Advanced Concepts and Algorithms'.

There are no alternative torrents found.