0

Any cool console.log tricks to share?

Comments
  • 3
    Array(16).join( 'hero'-1) + "Batman"
  • 1
    @Kage Does that even work? It seems wonky 😄
  • 1
    @Froot I'd say put a console.log around it and try it out in a JavaScript console. 😋
  • 1
    @Kage i definitely would but I'm on my phone and away from my computer sadly 😄
    But I'll keep it in mind
  • 1
    You can and should also use:
    console.error()
    console.warning()
    console.debug()
Add Comment