Vi som alla andra tar ju del av mängder av bra tips och tricks för utvecklare. Här sammanfattar Alex Ritzcovan 5 användbara tips för hur man drar nytta av hans favoriter från Chromes DevTools team.
De favoriter som uppmärksammas är:
1. $ and $$ - The single $ returns one element while the $$ returns the collection.
2. The inspect() function - select a something in a huge HTML doc.
3. monitor() - track when a method is called.
4. keys() and values() - snap what an object is made up of.
5. the table() function - table your console.
Läs hela artikeln på Medium