Skip to content

Instantly share code, notes, and snippets.

@pixelspencil
Last active March 23, 2021 00:44
Show Gist options
  • Save pixelspencil/5123c320425c61de940f3efca78d5a38 to your computer and use it in GitHub Desktop.
Save pixelspencil/5123c320425c61de940f3efca78d5a38 to your computer and use it in GitHub Desktop.

JavaScript - Console snippets

- console.group(‘name’) and console.groupEnd(‘name’)
- console.trace()
- console.count(“counter: )
- console.time() and console.timeEnd()
- console.assert()
- console.profile([label])
- console.timeStamp([label])
- console.clear()
- console.memory()
- console.table(array)

Console tricks >

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment