Created
October 12, 2016 06:10
-
-
Save edinsoncs/d804b6666e488ec6cd0ef6953efd8502 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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