Skip to content Skip to sidebar Skip to footer
Showing posts with the label Template Literals

Eslint Not Recognizing Template Literal

const perunString = perun.times(100).toFixed(2).toString(); return `%{perunString} %`; Which gives… Read more Eslint Not Recognizing Template Literal

Javascript: How To Use Template Literals With JSON?

I discovered Javascript ES6 Template Literals today. Just one word: Awesome! Question: How to store… Read more Javascript: How To Use Template Literals With JSON?