Debugging JavaScript – console.loggerheads?
July 8th, 2017The last two days I ran a poll on Twitter asking people what they use to debug JavaScript. console.log() which means you debug in your editor and add and remove debugging steps there watches which means you instruct the (browser) developer tools to log automatically when changes happen debugger; which means you debug in your […]




