You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sei stufo di usare solo console.log() e debugger;?
In chrome (ma anche negli altri browser) ci sono molte API che ti permettono di debuggare in modo molto più approfondito come:
Table
Assert
Count
Time
Le stesse API possono essere usate anche direttamente nella CLI. Vedremo come e perché usarle
The text was updated successfully, but these errors were encountered:
Sei stufo di usare solo
console.log()
edebugger;
?In chrome (ma anche negli altri browser) ci sono molte API che ti permettono di debuggare in modo molto più approfondito come:
Le stesse API possono essere usate anche direttamente nella CLI. Vedremo come e perché usarle
The text was updated successfully, but these errors were encountered: