Essential debugging techniques for modern developers
1const user = { id: 1, name: "Neo", role: "Hacker" }; 2console.log(user);
Logs the object, but can collapse/expand in DevTools.
Hernando Abella
@hernandoabella