Reading List

Using console.log() on any website? Logpoints let you do that! from Christian Heilmann RSS feed.

Using console.log() on any website? Logpoints let you do that!

If you want to know the value of a certain expression in any JavaScript on the web, you can use logpoints for that. It is like injecting a console.log() anywhere you want. Here’s a quick demo: Here’s how the demo works: Open https://codepo8.github.io/dog-browser/ in the browser Open Developer Tools, go to the Sources tool Locate […]