#javascript
Read more stories on Hashnode
Articles with this tag
arrow functions are shorter syntax instead of using conventional way to write function. eg - const sum = (a,b) => { return a+b;...