Skip to content

Latest commit

 

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)