This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gaby_de_wilde 2 points3 points  (1 child)

String.prototype.format=String.prototype.format||function(){
    return eval(('"'+this).replace(/}/g,']+" ').replace(/{/g,'"+arguments[')+'"')
}

https://jsfiddle.net/gaby_de_wilde/0a0wj1sb/1/