Understanding console.log()
Understanding console.log() console.log() is a built-in JavaScript program function to display JavaScript program output, here console.log() function is used to display the output of JavaScript program in the console screen of the web browser. Where console.log() function is mostly used to display the existing program data and information during JavaScript program debugging or program development…
