DEV Community

Discussion on: ES6 for beginners with example

Collapse
 
andrejnaumovski profile image
Andrej Naumovski

Overall nice post and clear explanations, however, arrow functions are not just a new syntax for writing a function in Javascript. Regular functions still exist, and both of them behave differently in a matter of ways, most importantly in how they affect the scope and how this is bound in each of them. So more explanation should be done on that part. But still, nice post!