console.out 467 Bytes
Newer Older
1 2 3 4
console.timeEnd: default, {NUMBER}
console.timeEnd: abcd, {NUMBER}
console.timeEnd: b, {NUMBER}
console.timeEnd: a, {NUMBER}
5
log more
6 7 8
console.warn: warn 2
console.debug: debug
console.info: info
9
console.info: *%(basename)s:22: Error: exception
10 11 12
console.info({ toString: () => {throw new Error("exception");} })
                                ^
Error: exception
13
    at Object.toString (*%(basename)s:22:39)
14
    at console.info (<anonymous>)
15
    at *%(basename)s:22:9
16