Why does Console return “undefined” on executing the log method ?
You've probably noticed some strange behavior if you've ever used console.log() in the browser. that you get "undefined" after printing the expected value to the console.
Have you ever wondered why the console displays "undefined" as a result? Allow...
amankumr.hashnode.dev1 min read