Skip to content

Files

Latest commit

Stephen LeeStephen Lee
Stephen Lee
and
Stephen Lee
Aug 14, 2018
5717a15 · Aug 14, 2018

History

History
executable file
·
9 lines (8 loc) · 255 Bytes

File metadata and controls

executable file
·
9 lines (8 loc) · 255 Bytes

The console object exists only if there is a debugging tool that supports it

  • Used to write log messages at runtime

Methods of the console object:

  • debug(message)
  • info(message)
  • log(message)
  • warn(message)
  • error(message)