Why do functions return undefined?
What are functions?
Functions are the 🧡 of Javascript. They are the building blocks and one of the most critical parts of Javascript. They may or may not take some input to produce output or return a value.
function lifeIsBeautiful(name){
return...
thecoderkage.dev2 min read
Aman Verma
I have a love/hate kinda relationship with programming....
I remember wondering for hours why console.log returns undefined. I get it now. Great article!