* spec/loose/default switch for template literal transform, update/re-org tests * update readme * flip if statements * consolidate else/if * readme wording modification, updates to examples
2 lines
70 B
JavaScript
2 lines
70 B
JavaScript
var foo = "".concat(1, f, "oo", true).concat(b, "ar", 0).concat(baz);
|