> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/app/console.md).

# console

## Description

Display the value passed in the [browser console](https://developer.chrome.com/docs/devtools/console).

This is usually used for debugging or checking the error in the application.

### Platform Supported

* Mobile
* Web

## Input / Parameter

| Name  | Description                                                                         | Input Type | Default | Options | Required |
| ----- | ----------------------------------------------------------------------------------- | ---------- | ------- | ------- | -------- |
| value | The value to be shown in the browser console, such as characters, numbers or words. | Any        | -       | -       | Yes      |

## Output

| Description               | Output Type |
| ------------------------- | ----------- |
| Returns the value passed. | Any         |

Note: The value would also be logged in the [browser console](https://developer.chrome.com/docs/devtools/console).
