String interpolation - more Stackoverflow love
Continuing on my blog on useful gems of code from stackoverflow, is this beautiful function which does string interpolation. I just renamed it and reproduced it here.
const stringInterpolate = function(str, params) {
const names = Object.keys(...
sunny4.hashnode.dev2 min read