type__error’s avatartype__error’s Twitter Archive—№ 11,368

    1. console.log() is a totally legit debugging method. There’s also console.table() which prints out a lovely formatted table of object properties and values. You can also put “debugger” in your code with your app running and Chrome will pause so you can inspect in dev tools.
  1. …in reply to @type__error
    The moral of this story is, there’s more than one way to debug, they can serve different purposes, don’t let anyone shame you for the increasingly frustrated series of console.log() calls because we ALL do it