Chrome devtools: Using logpoints for logging messages directly
When it comes to debugging JavaScript in Chrome devtools, there are two different camps: the console.log fans and the debugger/breakpoint maximalist. I often switch between the two depending on what problem I am tackling. There is a third option that...
wisdomgeek.hashnode.dev1 min read