To dump some debugging information in client-side javascript I can use console.log(myVar). Can I do the same thing in server-side javascript which runs on V8? Is there any way to dump data to error_log file or something?
To dump some debugging information in client-side javascript I can use console.log(myVar) . Can
Share
Yes.