let html_as_string = `
<html>
<body>
<div><div></div><div></div><div></div><div></div></div>
</body>
</html>
`
let html_as_ascii = [...html_as_string].map(char => char.charCodeAt(0));
Initializing...
| Test Case | Ops/sec | |
|---|---|---|
| Basic | | ready |
| Table lookup | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.