In this article, we’ll look at the basic syntax of modern JavaScript.

  1. Arrow function
  2. Default parameters
  3. let scope
  4. const
  5. Multiline String
  6. Template Strings
  7. String includes()
  8. String startsWith()
  9. String repeat()
  10. Destructuring Array
  11. Destructuring Object
  12. Object Property Assignement
  13. Object Function Assignment
  14. Spread Operator
  15. Object.assign()
  16. Object.entries()

#javascript

JavaScript Cheat Sheet — Basic ES6 Syntax and Methods
1.45 GEEK