JavaScript 2
JavaScript 2 Course Overview
The JavaScript 2 course comprises sessions dealing with values and references, strict mode, arrays, scope, ES6, functional JavaScript, asynchronous JavaScript, reactive JavaScript and unit testing.
The delegate will learn about the inner workings of the JavaScript language to better enable them to write complex code and to troubleshoot.
Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered.
------------------------------------------------------------------------------------------------------------------------------------------
Who will the Course Benefit?
The JavaScript 2 course is designed for JavaScript developers who want to know more about the inner workings of the language so as to better equip themselves to write complex code and to troubleshoot. It is also intended to familiarise the delegates with modern approaches to coding with JavaScript including functional and reactive programming.
The course will also benefit those JavaScript developers who are familiar with JavaScript as it relates to ECMAScript version 5, and want to learn about what's new in ECMAScript version 6 (ES2015).
-----------------------------------------------------------------------------------------------------------------------------------------------
Course Objectives
This course aims to provide the delegate with the knowledge to be able to interpret, write, and troubleshoot complex JavaScript code exploiting strict mode, closures, IIFEs, ES6, functional programming, asynchronous JavaScript, and reactive programming.
--------------------------------------------------------------------------------------------------------------------------------------------
This is a JavaScript 2 course by Uplatz.
JavaScript 2
JavaScript 2 Training Course
Course Introduction
- Administration and Course Materials
- Course Structure and Agenda
- Delegate and Trainer Introductions
Session 1: VALUES & REFS
- Primitive and Reference Types
- Equality Tests
- Deletion and Dereferencing
- Undefined, null, and NaN
Session 2: STRICT MODE
- What is Strict Mode
- Invocation
- Mistakes to Errors
- Variable Simplification
- Eval
- Security
Session 3: ARRAYS
- Associative Arrays
- for vs. for in
- delete and length
Session 4: SCOPE
- Hoisting (Review)
- Lexical Scope
- The Scope Chain
- Closures
- IIFEs
JavaScript 2 Training Course
Session 5: ES6 (ES2015)
- Multi-line Strings
- Template Literals
- Destructuring
- Spread and Rest Operators
- let and const
- Default Parameters
- Arrow Functions
- Iterators and Generators
- Decorators (ES7)
- Maps and Sets
- Classes and Modules
- Exports and Imports
Session 6: FUNCTIONAL JAVASCRIPT
- Higher Order Functions
- Pure Functions
- Immutability
- Currying
- Array Methods
- Arrow Functions (again)
- Method Chaining
- Function Composition and Pipelines
JavaScript 2 Training Course
Session 7: ASYNCHRONOUS JAVASCRIPT
- Synchronous vs. Asynchronous
- setTimout
- AJAX
- Callbacks
- Common Problems
- Async.js
- Promises (ES6)
Session 8: REACTIVE JAVASCRIPT
- About RxJS
- Streams
- Observables
- Observers and Subscriptions
- Sequencing
- Handling user input and asynchronous calls
- Combining Streams
- Buffering
- Error Handling
Session 9: UNIT TESTING
- What is Unit Testing
- Test Driven Development
- Unit Testing with Jasmine