Luc Martin

Results 1 issues of Luc Martin

In the reference implementation for format specifiers, the `%s` format specifier is implemented using implicit string coercion and the addition operator: https://github.com/whatwg/console/blob/88179f2f76e62b765294dffe8a68a7570dd30bb8/reference-implementation/Logger.js#L10 Given the corresponding spec: > If specifier is...