iterizerjs
Version:
Expressive & concise code using ES6 iterables
20 lines (18 loc) • 552 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>IterizerJs: Project Euler</title>
<link rel="stylesheet" type="text/css" href="../../dist/mocha/mocha.css">
</head>
<body>
<div id="mocha"></div>
<script type="text/javascript" src="../../dist/mocha/mocha.js"></script>
<script>mocha.setup('bdd')</script>
<script type="text/javascript" src="../../dist/iterizer-project-euler-spec-tests.js"></script>
<script>
mocha.checkLeaks();
mocha.run();
</script>
</body>
</html>