Skip to content

Instantly share code, notes, and snippets.

@edinsoncs
Created October 12, 2016 06:10
Show Gist options
  • Save edinsoncs/d804b6666e488ec6cd0ef6953efd8502 to your computer and use it in GitHub Desktop.
Save edinsoncs/d804b6666e488ec6cd0ef6953efd8502 to your computer and use it in GitHub Desktop.
all types console´s
console.log('hola');
console.err('data');
console.warn('data');
console.dir('escribe');
console.time('time');
console.trace('trace error');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment