3 lines
58 B
JavaScript
Raw Normal View History

2020-05-19 11:43:42 +03:00
var s = `1 + 1 = ${1 + 1}`;
assert.equal(s, '1 + 1 = 2');