Answers for "how to log message with replacing placeholders in the string in js"

0

how to log message with replacing placeholders in the string in js

Placeholders:

%s String.
%d,%i Integer number.
%f Floating point number.
%o Object hyperlink.

//Eg.
console.log("generation 0:\t%f, %f, %f", a1a1, a1a2, a2a2);
Posted by: Guest on July-03-2021
0

how to log message with replacing placeholders in the string in js

Placeholders:

%s String.
%d,%i Integer number.
%f Floating point number.
%o Object hyperlink.

//Eg.
console.log("generation 0:\t%f, %f, %f", a1a1, a1a2, a2a2);
Posted by: Guest on July-03-2021

Code answers related to "how to log message with replacing placeholders in the string in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language