Functions in JavaScript
Functions are the basic building blocks of JavaScript. People often say that functions are the heart of JavaScript. To understand JavaScript well, you need to understand functions well.
What is a function ?
A function is a group of statements written...
function-in-javascript.hashnode.dev8 min read
Chanchal Kushwah
very nice article about Function.