#arrowfunction
Read more stories on Hashnode
Articles with this tag
Functions are reusable blocks of code that perform specific tasks Function Statement function hello(a){ console.log("Hello",a); // hello...