© 2026 Hashnode
You must have really enjoyed it when you used the console.log() function on your browser's console for the first time. I used it the first time to print "Hello World" on the console and felt very proud of myself. https://media.giphy.com/media/3oEhmKM...

Have you also noticed "undefined" appearing on your Console when running certain methods or expressions and wondered why? Well, that's because the Console, which is a tool for debugging and inspecting the state of a web page is designed to display th...

in this article, I will try my best to explain the JavaScript return keyword in such a way an absolute beginner can easily understand. just as the word implies; the return keyword returns a value, the value could be a number a string, or any other da...
