Chrome DevTools tip: Use logpoints
12 July 2023 (Updated 12 July 2023)
On this page
In a nutshell
Use logpoints to log messages to the console at specific points in your code without needing to clutter your codebase with console.log()
statements.
Sources
Tagged:
Chrome DevTools
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment