console.warn(...data)
Calls the console.log
function using a Yellow
color from the internal CLR library.
Status: unstable
Returns: void
Parameters
Name | Type | Description |
---|---|---|
data | ...any | The data to be displayed on the screen |
Example usage
console.error("a", "b", "c");
Extra behaviors
- All
console.log
extra behaviors