#arrowfunction
Read more stories on Hashnode
Articles with this tag
Introduction Before ES6, there was only one way to write functions in JavaScript. function traditionalFunc(str){ ...