Return Statement Simplified
The return statement is a statement that evaluates a value and attaches it to a function. When such functions are called, they return the value that was evaluated.
Take a look at this example,
let a = 5;
let b = 5;
let c = a + b;
console.log(`a: ${a}...
dillion.hashnode.dev
Ndubuisi Agbandu
Software Engineer
Kudos to you!!!