Source code

Revision control

Copy as Markdown

Other Tools

var str = (3.14).toLocaleString();
assertEq(str[str.length-1], "4");