1 / 5
Console.log Everything
The simplest debugging tool
code
console.log('Value:', variable);
console.log({ obj, data });