write funcgion in nodejs code example
Example: creating function in node js
function functionName(arg1, arg2...) {
// function body
// optional return;
}
function functionName(arg1, arg2...) {
// function body
// optional return;
}