Awesome ES6 Features I love and you should not miss

6 years ago, June 13, 2018
Reading time: 1 mins

It’s all those tiny little details that makes you happy while writing javaScript code after ES6 came for a rescue. Following list contains the features from ES6 that I use mostly and has made my life easier when writing my JavaScript code.

  1. Template Literals
  2. Arrow functions
  3. Spread operators
  4. Classes
  5. Modules
  6. Default params
  7. Promises
  8. Object.entries()
  9. Object[key]
Previous
Hypervisor not working/running on Windows
Next
Neo4j : Update initial password via command line
© 2024 Anil Maharjan