Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

chrome dev tools 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 #dev #tools #console #api
ADD COMMENT
Topic
Name
2+5 =