Teplate string

Run Settings
LanguageJavaScript
Language Version
Run Command
const div = (strings, ...args) => strings.reduce( (acc, currentString, index) => acc + currentString + (args[index] || ''), '' ); const firstName = 'Paul'; const lastName = 'Kotov'; const template = div`Hello ${firstName} ${lastName}!`; console.log(template);
Editor Settings
Theme
Key bindings
Full width
Lines