Tag: chrome developer

  • The Future of JavaScript – HTTP203

    This week, Paul & Jake talk about the future of JavaScript: ES6 and beyond. Watch more HTTP 203 here: https://www.youtube.com/watch?v=Hy6wceqkxvA&list=PLNYkxOF6rcIAKIQFsNbV0JDws_G_bnNo9 Subscribe to the Chrome Developers channel here: https://www.youtube.com/user/ChromeDevelopers/ Original source

  • Debugging JavaScript – Chrome DevTools 101

    If you’re still using console.log() to find and fix JavaScript issues, you might be spending more time debugging than you need to. This tutorial shows you how to make the most of Chrome DevTools so that you can debug your JavaScript as quickly as possible. Demo: https://goo.gl/MwytjG Doc version of this tutorial: https://goo.gl/NZxQdD Breakpoints Guide:…