Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

chrome devtools console api

const x = 5;
const y = 3;
const reason = 'x is expected to be less than y';
console.assert(x < y, {x, y, reason});
Source by developer.chrome.com #
 
PREVIOUS NEXT
Tagged: #chrome #devtools #console #api
ADD COMMENT
Topic
Name
4+5 =