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
[Tutorialsplanet.NET] Udemy - JavaScript Understanding The Weird Parts
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Udemy - JavaScript: Understanding The Weird Parts [TP]
Javascript is the language that modern developers need to know, and know well. Truly knowing Javascript will get you a job, and enable you to build quality web and server applications.
NOTE: This course includes information on ECMAScript 6 (ES6) the next version of Javascript!
In this course you will gain a deep understanding of Javascript, learn how Javascript works under the hood, and how that knowledge helps you avoid common pitfalls and drastically improve your ability to debug problems. You will find clarity in the parts that others, even experienced coders, may find weird, odd, and at times incomprehensible. You’ll learn the beauty and deceptive power of this language that is at the forefront of modern software development today.
This course will cover such advanced concepts as objects and object literals, function expressions, prototypical inheritance, functional programming, scope chains, function constructors (plus new ES6 features), immediately invoked function expressions (IIFEs), call, apply, bind, and more.
We’ll take a deep dive into the source code of popular frameworks such as jQuery and Underscore to see how you can use your understanding of Javascript to learn (and borrow) from other’s good code.
Finally, you’ll learn the foundations of how to build your own Javascript framework or library.
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
1. Getting Started/1. Introduction and The Goal of This Course.mp4
14.6 MB
1. Getting Started/1. Introduction and The Goal of This Course.vtt
6.9 KB
1. Getting Started/2. Setup.mp4
8.8 MB
1. Getting Started/2. Setup.vtt
4.4 KB
1. Getting Started/3. Big Words and Javascript.mp4
3.6 MB
1. Getting Started/3. Big Words and Javascript.vtt
2 KB
1. Getting Started/4. Watching this Course in High Definition.html
1.4 KB
1. Getting Started/5. Understanding, Frameworks, and The Weird Parts.mp4
8.5 MB
1. Getting Started/5. Understanding, Frameworks, and The Weird Parts.vtt
6 KB
10. BONUS Lectures/1. TypeScript, ES6, and Transpiled Languages.mp4
12.7 MB
10. BONUS Lectures/1. TypeScript, ES6, and Transpiled Languages.vtt
6.1 KB
10. BONUS Lectures/2. Transpiled Languages References.html
967 B
11. BONUS Getting Ready for ECMAScript 6/1. Existing and Upcoming Features.mp4
3.6 MB
11. BONUS Getting Ready for ECMAScript 6/1. Existing and Upcoming Features.vtt
1.4 KB
11. BONUS Getting Ready for ECMAScript 6/2. ES6 Features Reference.html
285 B
12. Conclusion/1. Learning to Love the Weird Parts.mp4
3.6 MB
12. Conclusion/1. Learning to Love the Weird Parts.vtt
1.6 KB
2. Execution Contexts and Lexical Environments/1. Conceptual Aside Syntax Parsers, Execution Contexts, and Lexical Environments.mp4
16.8 MB
2. Execution Contexts and Lexical Environments/1. Conceptual Aside Syntax Parsers, Execution Contexts, and Lexical Environments.vtt
10.4 KB
2. Execution Contexts and Lexical Environments/10. Functions, Context, and Variable Environments.mp4
13 MB
2. Execution Contexts and Lexical Environments/10. Functions, Context, and Variable Environments.vtt
9.2 KB
2. Execution Contexts and Lexical Environments/10.1 B9 Variable Environments.zip
1.5 KB
2. Execution Contexts and Lexical Environments/11. The Scope Chain.mp4
25.7 MB
2. Execution Contexts and Lexical Environments/11. The Scope Chain.vtt
21.2 KB
2. Execution Contexts and Lexical Environments/11.1 B10 Scope Chain.zip
1.5 KB
2. Execution Contexts and Lexical Environments/12. Scope, ES6, and let.mp4
6 MB
2. Execution Contexts and Lexical Environments/12. Scope, ES6, and let.vtt
5.6 KB
2. Execution Contexts and Lexical Environments/13. What About Asynchronous Callbacks.mp4
21.2 MB
2. Execution Contexts and Lexical Environments/13. What About Asynchronous Callbacks.vtt
14.9 KB
2. Execution Contexts and Lexical Environments/13.1 B11 What About Asynchronous Callbacks.zip
892 B
2. Execution Contexts and Lexical Environments/2. Conceptual Aside NameValue Pairs and Objects.mp4
7 MB
2. Execution Contexts and Lexical Environments/2. Conceptual Aside NameValue Pairs and Objects.vtt
5.3 KB
2. Execution Contexts and Lexical Environments/3. Downloading Source Code for This Course.html
940 B
2. Execution Contexts and Lexical Environments/4. The Global Environment and The Global Object.mp4
19.4 MB
2. Execution Contexts and Lexical Environments/4. The Global Environment and The Global Object.vtt
13.8 KB
2. Execution Contexts and Lexical Environments/4.1 B3 Global Environment.zip
1.4 KB
2. Execution Contexts and Lexical Environments/5. The Execution Context - Creation and Hoisting.mp4
20.6 MB
2. Execution Contexts and Lexical Environments/5. The Execution Context - Creation and Hoisting.vtt
11.9 KB
2. Execution Contexts and Lexical Environments/5.1 B4 Hoisting.zip
1.4 KB
2. Execution Contexts and Lexical Environments/6. Conceptual Aside Javascript and 'undefined'.mp4
14.1 MB
2. Execution Contexts and Lexical Environments/6. Conceptual Aside Javascript and 'undefined'.vtt
9.7 KB
2. Execution Contexts and Lexical Environments/6.1 B5 Undefined.zip
1.4 KB
2. Execution Contexts and Lexical Environments/7. The Execution Context - Code Execution.mp4
6.3 MB
2. Execution Contexts and Lexical Environments/7. The Execution Context - Code Execution.vtt
3.8 KB
2. Execution Contexts and Lexical Environments/7.1 B6 Execution.zip
1.5 KB
2. Execution Contexts and Lexical Environments/8. Conceptual Aside Single Threaded, Synchronous Execution.mp4
5.8 MB
2. Execution Contexts and Lexical Environments/8. Conceptual Aside Single Threaded, Synchronous Execution.vtt
2.7 KB
2. Execution Contexts and Lexical Environments/9. Function Invocation and the Execution Stack.mp4
12.4 MB
2. Execution Contexts and Lexical Environments/9. Function Invocation and the Execution Stack.vtt
9.9 KB
2. Execution Contexts and Lexical Environments/9.1 B6 Execution.zip
1.5 KB
3. Types and Operators/1. Conceptual Aside Types and Javascript.mp4
6.6 MB
3. Types and Operators/1. Conceptual Aside Types and Javascript.vtt
3.7 KB
3. Types and Operators/10. Default Values.mp4
11.9 MB
3. Types and Operators/10. Default Values.vtt
9.4 KB
3. Types and Operators/10.1 C9 Default Values.zip
1.4 KB
3. Types and Operators/11. Framework Aside Default Values.mp4
9.4 MB
3. Types and Operators/11. Framework Aside Default Values.vtt
8.5 KB
3. Types and Operators/2. Primitive Types.mp4
8.9 MB
3. Types and Operators/2. Primitive Types.vtt
6.7 KB
3. Types and Operators/3. Conceptual Aside Operators.mp4
9.9 MB
3. Types and Operators/3. Conceptual Aside Operators.vtt
8.1 KB
3. Types and Operators/4. Operator Precedence and Associativity.mp4
31.8 MB
3. Types and Operators/4. Operator Precedence and Associativity.vtt
17.9 KB
3. Types and Operators/4.1 Operator Precedence In Javascript.pdf
115.7 KB
3. Types and Operators/5. Operator Precedence and Associativity Table.html
466 B
3. Types and Operators/6. Conceptual Aside Coercion.mp4
9.7 MB
3. Types and Operators/6. Conceptual Aside Coercion.vtt
7 KB
3. Types and Operators/7. Comparison Operators.mp4
35.6 MB
3. Types and Operators/7. Comparison Operators.vtt
24.1 KB
3. Types and Operators/7.1 Equalty Comparison And Sameness.pdf
190.1 KB
3. Types and Operators/8. Equality Comparisons Table.html
428 B
3. Types and Operators/9. Existence and Booleans.mp4
11.5 MB
3. Types and Operators/9. Existence and Booleans.vtt
9.3 KB
3. Types and Operators/9.1 C8 Booleans Existence.zip
1.5 KB
4. Objects and Functions/1. Objects and the Dot.mp4
27.4 MB
4. Objects and Functions/1. Objects and the Dot.vtt
20.3 KB
4. Objects and Functions/1.1 D1 Objects And The Dot.zip
1.6 KB
4. Objects and Functions/10. 'arguments' and spread.mp4
26.8 MB
4. Objects and Functions/10. 'arguments' and spread.vtt
15.5 KB
4. Objects and Functions/10.1 D8 Arguments.zip
1.5 KB
4. Objects and Functions/11. Framework Aside Function Overloading.mp4
9.3 MB
4. Objects and Functions/11. Framework Aside Function Overloading.vtt
5.8 KB
4. Objects and Functions/11.1 D9 Function Overloading.zip
1.6 KB
4. Objects and Functions/12. Conceptual Aside Syntax Parsers.mp4
3.3 MB
4. Objects and Functions/12. Conceptual Aside Syntax Parsers.vtt
3 KB
4. Objects and Functions/13. Dangerous Aside Automatic Semicolon Insertion.mp4
7.7 MB
4. Objects and Functions/13. Dangerous Aside Automatic Semicolon Insertion.vtt
7.3 KB
4. Objects and Functions/13.1 D11 Automatic Semicolon Insertion.zip
1.6 KB
4. Objects and Functions/14. Framework Aside Whitespace.mp4
9.4 MB
4. Objects and Functions/14. Framework Aside Whitespace.vtt
5.5 KB
4. Objects and Functions/14.1 D12 Whitespace.zip
1.5 KB
4. Objects and Functions/15. Immediately Invoked Functions Expressions (IIFEs).mp4
27.7 MB
4. Objects and Functions/15. Immediately Invoked Functions Expressions (IIFEs).vtt
20.1 KB
4. Objects and Functions/15.1 D14 IIF Es.zip
1.5 KB
4. Objects and Functions/16. Framework Aside IIFEs and Safe Code.mp4
13.9 MB
4. Objects and Functions/16. Framework Aside IIFEs and Safe Code.vtt
9.7 KB
4. Objects and Functions/16.1 D15 IIF Es And Safe Code.zip
1.8 KB
4. Objects and Functions/17. Understanding Closures.mp4
15.8 MB
4. Objects and Functions/17. Understanding Closures.vtt