Advertisement
rajuahammad73

JavaScript Course Outline

Jul 28th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.84 KB | None | 0 0
  1. /*
  2. Javascript Course Module
  3. ==========================
  4. 01. Variables
  5.     a) Variable Mutation
  6. 02. Operators
  7.     a) True and False values and Equality Operators
  8.     b) Spread operator
  9. 03. Data Types
  10. 04. Functions
  11.     a) Function Declaration
  12.     b) Function Expression
  13.     c) Function Constructor
  14. 05. If / else statements
  15. 06. Switch Statements
  16. 07. Array  
  17.     a) Array Object
  18.     b) Array Properties
  19.     c) Array Methods( Slicing ,Merging, Splicing ,Deleting ,Changing ,Shifting ,Pushing , Popping ,Map Array ,forEach ,Filter array)
  20. 08. Odject
  21.     a) Object Literal
  22.     b) New Object
  23. 09. Javascript Scoping Chain
  24. 10. The This Keyword
  25. 11. Immediately Invoked Function Expression (IIFE)
  26. 12. ES6 VS ES5
  27.     a) Classes
  28.     b) ES6 ( promise )
  29.     c) Module Exports and Imports
  30.     d) Object Destructuring
  31.     e) Asynchronous JavaScript
  32. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement