console.warn
- Instance of
- Parameters
-
/*any number of convertible to String parameters*/
- Return value
-
console
Description
Writes arguments to standard output stream (with date and time, marked in yellow).
Example
let input = console.read();
if (a != 7)
console.warn("value of input is not 7");