Have you ever found yourself trying to Ctrl-C a console.log() output, only to get mad when it doesn't really work with long Objects and Arrays?
Ctrl-C
console.log()
Did you know the console has more properties than log? Try it yourself! Write this into your console and be amazed. console.log(console);
console.log(console);
12 years ago web development had almost no tooling. There was no easy way to inspect the DOM, monitor the network or even console.log…