Edit File: simple-interpolation.js
var s = `1 + 1 = ${1 + 1}`; assert.equal(s, '1 + 1 = 2');
Back to File Manager