console

Description

Display the value passed in the browser console.

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

Platform Supported

  • Mobile

  • Web

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

value

The value to be shown in the browser console, such as characters, numbers or words.

Any

-

-

Yes

Output

DescriptionOutput Type

Returns the value passed.

Any

Note: The value would also be logged in the browser console.

Last updated