console.count() is used to check how many times this line has been called. console.assert() is Used to assert that something is truthy. If not, it will log a message to the console.console.group() and console.groupEnd() are used for grouping similar (or different ;) logs together.

3m read timeFrom blog.siddu.tech
Post cover image
Table of contents
console.table()console.assert()console.count()console.group() and console.groupEnd()console.time() and friendsconsole.trace()
12 Comments

Sort: