quickstep25
3/25/2018 - 12:20 AM

Console Formatting

VariableOutput
%sString
%dInteger
%fFloat Point Value
%oDOM Object
%0JavaScript Object
%cApply CSS Rules

Example:

console.log("Node count: %d, and the time is %f.", document.childNodes.length, Date.now());