console.log() (JavaScript)
console.log() prints a message to the browser's (or Node's) developer console. It is the main tool for inspecting values and debugging JavaScript.
console.log() prints a message to the browser's (or Node's) developer console. It is the main tool for inspecting values and debugging JavaScript.