BFE.dev
Front-End Interview Questions64. What is the difference between ES6 Class and ES5 implementation?

64. What is the difference between ES6 Class and ES5 implementation?

JavaScript
Share

There is even a coding problem on BFE.dev to write a "class" in ES5. 53. write your own extends in es5.

But there are things added to ES6 which are impossible in ES5. Here is a good article to explain this. Or you can take a look at this Stackoverflow thead.

prevnext
Request SolutionAIGreatFrontEndPosts(3)