How to get console inside jsfiddle

Adam Buchanan Smith picture Adam Buchanan Smith · Aug 24, 2016 · Viewed 71.9k times · Source

How can I get the console to show in a fiddle on JSfiddle.com?

I recently saw a fiddle that had the console embedded in the fiddle, anyone know how this can be done?

Answer

user1855278 picture user1855278 · Apr 19, 2017

pretty simple one..

example

github

Just add the following URL to External Resources in jsfiddle, you will see console.log and console.error in the result screen.

https://cdn.jsdelivr.net/gh/eu81273/jsfiddle-console/console.js