1 result
tagged
console
Mastering JS console.log like a Pro - JavaScript in Plain English - Medium
Use placeholders
There are different placeholders that can be used as listed below
%o — which takes an object,
%s — which takes a string, and
%d — which is for a decimal or integer
January 21, 2020 at 9:09:07 AM EST
*
FILLER