Source code

Revision control

Copy as Markdown

Other Tools

var a = 1,
b = 2;
assertEqual(a+b, 3);
test(function() {
return a + b;
});