Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 307 Bytes

File metadata and controls

14 lines (14 loc) · 307 Bytes

List of Javascript concepts used in this course

  • let and const
  • classes
  • Class inheritance
  • getters and setters
  • Lambda functions
  • functions
  • static member variables
  • instanceof
  • Passing variables to super
  • map function
  • tertiary operators
  • Set() class
  • ... spread operator