Javascript implementation of java's String.format(), with additions to support formatting a percentage and postfix-SI, like 120M, 30K. Basic start of porting Formatter.format() to javascript.
If JavaScript is your programming language of choice, you probably don’t have to worry about string concatenation a lot. Instead, one of the recurring problems you might encounter is having to wait ...