KAWAII CONSOLE

Browser implementation of:

  1. console.log()
  2. console.clear()
  3. console.warn()
  4. console.trace()

  • Consoles can be boring to look at
  • So here's a kawaii console
  • Can use console.log(), console.clear(),console.warn() and console.trace()
  • Console.log something to see it on the screen
  • The console's logs the "typeof" of the value logged
  • The index of array items and property-value pairs in objects are also logged
  • *Now multi-line logs available*
== == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == ==