This commit is contained in:
Geoff Doty 2018-03-31 19:06:06 -04:00
parent 9cc5d03b79
commit 30982f806b
1 changed files with 0 additions and 10 deletions

View File

@ -43,16 +43,6 @@
r.fail.forEach((f) => document.write(`<br><b>${f}</b>`));
}
});
function assert(exp, msg) {
try {
let val = eval(exp);
} catch (err) {
console.log(err);
}
}
</script>
</body>
</html>