Macros§
- console_
assert - Call the browser’s
console.assert()
function. MDN - console_
clear - Call the browser’s
console.clear()
function. MDN - console_
count - Call the browser’s
console.count()
function. MDN - console_
count_ reset - Call the browser’s
console.countReset()
function. MDN - console_
debug - Call the browser’s
console.debug()
function. MDN - console_
dir - Call the browser’s
console.dir()
function. MDN - console_
dirxml - Call the browser’s
console.dirxml()
function. MDN - console_
error - Call the browser’s
console.error()
function. MDN - console_
exception - Call the browser’s
console.exception()
function. MDN - console_
info - Call the browser’s
console.info()
function. MDN - console_
log - Call the browser’s
console.log()
function. MDN - console_
table - Call the browser’s
console.table()
function. MDN - console_
time - Call the browser’s
console.time()
function. MDN - console_
time_ end - Call the browser’s
console.timeEnd()
function. MDN - console_
time_ log - Call the browser’s
console.timeLog()
function. MDN - console_
time_ stamp - Call the browser’s
console.timeStamp()
function. MDN - console_
trace - Call the browser’s
console.trace()
function. MDN - console_
warn - Call the browser’s
console.warn()
function. MDN