Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 1.13 KB

File metadata and controls

66 lines (48 loc) · 1.13 KB

JavaScript Basics

Lecture 1

  1. Different Data types
  2. About Reference types
  3. Object representation and creation
  4. Custom types

Lecture 2

  1. Function different methods
  2. Achieve function overloading in JS
  3. Passing function as argument
  4. Closure function
  5. Event Loop
  6. Constructor function
  7. Context safe-guarding
  8. Bind function

Lecture 3

  1. Functions in detail
  2. Function borrowing
  3. Archive static function in JS
  4. Monkey patching

Lecture 4

  1. Array manipulation
  2. Object manipulation
  3. Serialization and Deserialization
  4. ECMAScript introduction

Lecture 5

  1. Array and Object destructuring
  2. Spread operator
  3. Rest operator
  4. Classes in JS

Lecture 6

  1. Inheritance of Class and Array
  2. Method Hiding, Private Property,
  3. Leveraging Existing Type, Validation, Event Driven Programming
  4. Const keyword
  5. Understanding Inheritance in ES6

Lecture 7

  1. Arrow function
  2. Object Literal
  3. Notations
  4. Async Function
  5. Promises

Lecture 8

  1. ES6 modules
  2. Configuring Webpack
  3. ES6 Import and Export

Credits

Application Library Engineering Group