* The **`console.log()`** static method outputs a message to the console. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log_static)
(...data: any[])
| 196 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log_static) |
| 197 | */ |
| 198 | log(...data: any[]): void; |
| 199 | /** |
| 200 | * The **`console.table()`** static method displays tabular data as a table. |
| 201 | * |
no outgoing calls