Function “print”
function print(text)
Outputs a message to the console
Parameters
| Name | Type | Description |
|---|---|---|
text | string | The message to print |
Example
print("Hello, World!");
function print(text)
Outputs a message to the console
| Name | Type | Description |
|---|---|---|
text | string | The message to print |
print("Hello, World!");