16 lines
276 B
Markdown
16 lines
276 B
Markdown
|
# Console
|
||
|
|
||
|
Output text and data values to the console.
|
||
|
|
||
|
```cards
|
||
|
console.log("");
|
||
|
console.logValue("x", 0);
|
||
|
console.sendToScreen();
|
||
|
```
|
||
|
|
||
|
## See also
|
||
|
|
||
|
[log](/reference/console/log),
|
||
|
[log value](/reference/console/log-value),
|
||
|
[send to screen](/reference/console/send-to-screen)
|