# 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)