News

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.
JavaScript has several built-in string methods that can be used to format a string. For example, you can convert a string to upper case or lower case, remove whitespace, replace characters, and more.
The format string can take any of the following format variables preceeded with a "%". The following table specifies the format string options available.
Google, Microsoft, Mozilla and some of the engineers on the WebKit project today announced that they have teamed up to launch WebAssembly, a new binary format for compiling applications for the web.