DEV Community

20 Tricky ES6 Interview Questions to Revamp Your JavaScript Skills

Alex 👨🏼‍💻FullStack.Cafe on January 02, 2019

ES6 refers to version 6 of the ECMA Script programming language. ECMA Script is the standardized name for JavaScript, and version 6 is the next ve...
Collapse
 
stealthmusic profile image
Jan Wedel

Great post! I personally don’t care that much about interview questions but as a backend developer, I’ve learned a lot about the „new“ and very useful language features of ES6 which makes makes it more compelling to use.

Collapse
 
jochemstoel profile image
Jochem Stoel

Q14: When should you NOT use arrow functions in ES6? Name three or more cases.

When you want to access the function caller.

Collapse
 
qq449245884 profile image
qq449245884

Can I translate your article into Chinese and share it with the developer