simple-interpolation.js 58 B

12
  1. var s = `1 + 1 = ${1 + 1}`;
  2. assert.equal(s, '1 + 1 = 2');