Console.log recursively processes format specifiers introduced by %s
issues.chromium.org
Console.log recursively processes format specifiers introduced by %s
1–2 of 2 posts
Re: Console.log recursively processes format specifiers introduced by %s
#2This behavior is required, possibly by accident, by the WHATWG spec. Chromium and other V8-based browsers take the spec literally and implement this behavior. Spidermonkey (Firefox) and Node don't.