dump
Writes information to the console.
Description
dump(message: any): void
A very useful function during developement. It allows you to quickly check, for example, a condition or the result of a calculation.
Parameters
message
The object that we want to write, it can be anything.
Return values
void
Example
dump('Hello world');
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.