pug-php/js-phpize

View on GitHub
examples/interpolation.js

Summary

Maintainability
A
0 mins
Test Coverage
name = 'Bob';

return `Hello ${name}, \${not} can you $${(function (verb) {
    return verb;
})(`tell`)} how $ is written?`;