Can I DevTools?
Console
Edit

Three ways to clear a console:

  1. Press Cmd/Ctrl+Shift+K to clear the console.
  2. Click on the "Clear Console" icon in the toolbar on the top left side.
  3. Use console.clear() on the command line.