Debugging web apps on different browsers & devices can be tricky, but with these methods for Chrome & Safari on iOS, you'll be a pro in no time! Learn how to check console messages, use dev tools & troubleshoot granular issues with ease.
Style up your console.logs
This is nothing new, but something I only recently started doing. Ya know those console.logs you're using in your JavaScript code? Did you know you can style them in the dev toolbar? YA! In both your browser console and nodejs! Styling the browser console It's really that simple! Throw a %c in your console.log message,... Continue Reading →