diff --git a/doc/api/console.md b/doc/api/console.md index 3e1472e656ef33..cef07d6499c958 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -191,6 +191,9 @@ values are concatenated. See [`util.format()`][] for more information. The `console.info()` function is an alias for [`console.log()`][]. ### console.log([data][, ...]) + Prints to `stdout` with newline. Multiple arguments can be passed, with the first used as the primary message and all additional used as substitution