DEV Community

Srihari Rao
Srihari Rao

Posted on

CodePen JavaScript Console Template

This pen allows you to use all your favourite console functions right in CodePen: console.log, console.info, console.warn, console.error, and console.clear are supported.

To scroll the console to the bottom as messages are printed use the console.follow function.

Fork this pen to quickly create a new pen which is pre-configured for JavaScript console output.

If you want to learn how this works then take a look at this pen.

Top comments (0)