/* An example using the babel-register hook for ES2015 syntax. npm run example:es2015 */ const name = 'John Smith'; const result = `Hello: ${name}`; console.log(result);