Java Script Fundamentals - 2
1. console.log()
The console.log() method is used to print output to the browser’s console (or in the Node.js environment, to the terminal). It is useful for debugging purposes by displaying the value of variables, objects, or expressions.
Other var...
gyannbaato.hashnode.dev2 min read