Why does Console return “undefined” in Browser console?
The browser's console you should have noticed that whenever you use console.log() it gives you two values. First is the desired output and the second one is undefined.
Every time browser comes with a compiler for JavaScript which executes statements ...
priyanshu-singh.hashnode.dev2 min read