Function in JavaScript
Function:
function in simplest word that you write code once and used it many place where u wanted without rewritting it again in again.
function dushyantPratap(a, b) {
return a + b ;
}
console.log(du
dushyantxcode.hashnode.dev6 min read