Why does Chrome console.log always append a line saying 'undefined'?
Introduction
Have you noticed this behaviour when you type console.log() in the Chrome console window?
You are getting two values here-
Hello
undefined
The first output is the expected one but what about the second output? Any guess?
It is becau...
rajashreeparhi.hashnode.dev2 min read
Saqib
Software Engineer
Nice research and thanks for sharing references as well. ๐