What is the difference between the ES6 and ES5 standards?

This is one of the most frequently asked react interview questions.

These are the few instances where ES6 syntax has changed from ES5 syntax:

  • Components and Function
es5
  • exports vs export
exports.
  • require vs import
require

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *