Tuesday 2 October 2018

Node.js: console.debug(data[, ...args])

console.debug(data[, ...args])
Logs the debug message. This function is an alias for console.log().

HelloWorld.js
console.log("Hello %s, How are you", "Hari");

Output
Hello Hari, How are you



Previous                                                 Next                                                 Home

No comments:

Post a Comment