Description
Building formatted strings with the core javascript API is sometimes painful. It's mostly a cosmetic issue, but I feel like the plus (+) operator tend to create code that is hard to read. The "printf" functions don't magically solve the issue, but may help to improve readability by isolating format from data.