Skip to content

Commit 384a60e

Browse files
committed
doc: adding description for console.debug
Removed this description from PR #17004 and included in this PR following review requesting changes. Fixes: #17033 (review) Refs: #17004 (review)
1 parent ec3638d commit 384a60e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/api/console.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,15 @@ undefined
238238
>
239239
```
240240

241+
### console.debug(data[, ...args])
242+
<!-- YAML
243+
added: v8.0.0
244+
-->
245+
* `data` {any}
246+
* `...args` {any}
247+
248+
The `console.debug()` function is an alias for [`console.log()`][].
249+
241250
### console.dir(obj[, options])
242251
<!-- YAML
243252
added: v0.1.101

0 commit comments

Comments
 (0)