JavaScript - Fundamentals for Absolute Beginners 2018
Begin with the very basics of the JavaScript language.
| 01 | Basic JavaScript Syntax |
| 02 | Variables |
| 03 | Data Types |
| 04 | Type Coercion and Conversion |
| 05 | Expressions and Operators |
| 06 | Arrays |
| 07 | Function Declaration |
| 08 | Function Expressions |
| 09 | Decision Statements |
| 10 | Iteration Statements |
| 11 | Basics of Scope |
| 12 | Object Literals |
| 13 | Module Pattern and Revealing Module |
| 14 | Closures ***** |
| 15 | Keyword”this” ***** |
| 16 | Destructuring ***** |
| 17 | String Template Literals |
| 18 | Regular Expressions |
| 19 | Built-In Natives ***** |
| 20 | Constructor Function Calls with the new Keyword ***** |
| 21 | Objects and the Prototype Chain ***** |
| 22 | JavaScript Classes |
| 23 | Arrow Functions |
| 24 | Truthy and Falsy Values |
| 25 | null Type |
| 26 | Date Objects |
| 27 | String Methods |
| 28 | Array Methods |
| 29 | Error Handling with Try Catch |
| 30 | Understanding the Document Object Model |
| 31 | Working with DOM Nodes |
| 32 | Course Conclusion |