Why do functions return undefined?
What are Functions?
A function is like a little helper that you can ask to do a specific task for you in your code. It's a set of code that you can write once, and then use many times in your code.
function sayHello(name) {
console.log("Hello, " + ...
sahilbhosale.hashnode.dev4 min read
Shruti Gawande
Amazing work Sahil