2 lines
47 B
JavaScript
2 lines
47 B
JavaScript
var foo = `${1}${f}oo${true}${b}ar${0}${baz}`;
|
var foo = `${1}${f}oo${true}${b}ar${0}${baz}`;
|