Console Module
Last updated
Last updated
Import
The console module works in the development environment to allow developers to log debug info to a Chrome browser. To add support for this feature and to start seeing console messages in the Chrome console, install the Chrome Logger extension
Standard javascript browser console commands are supported (log, warn, error, info, table, assert, count, time, timeEnd, group, groupEnd, groupCollapsed);
📘NoteThere is some overhead associated with using the console logger, so time and timeEnd should be considered inaccurate.
JavaScript