Return to site

JS: Console logging API in pictures

· fullstack

console.table(users);

console.timeEnd("vv");

console.trace();

console.count(x);

console.clear();

console.assert(result === 5, "Expected 5");

console.group("Do this 👇");console.groupEnd();

#js #console #log #programming #javascript #picture

 

 

 

All Posts
×

Almost done…

We just sent you an email. Please click the link in the email to confirm your subscription!

OK