String Formatting in JavaScript

BSBlog From BSBlog, 4 months ago, 0 views

I am a relative newcomer to python, and have been blown away by the flexibility of some operations in Python. The string-formatting operator, %, is really wonderful and flexible. This is my attempt at implementing something similar in JavaScript. Obviously, you can’t create a new operator in JavaScript, and in addition you can’t use % as [...]

comments

No comments yet.

You must be logged in to add your own comment.