Source code

Revision control

Copy as Markdown

Other Tools

/*
* Any copyright is dedicated to the Public Domain.
*/
for (var i = 0; i <= 0xFFFF; i++) {
assertEq(String.fromCharCode(i).charCodeAt(0), i);
}