0 votes
in ReactJS by
What is the difference between the ES6 and ES5 standards?

1 Answer

0 votes
by
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

Related questions

0 votes
asked Mar 2, 2020 in ReactJS by RShastri
0 votes
asked Dec 22, 2023 in ReactJS by john ganales
...