var arr = []
for (let i = 0; i < 100; i++) arr.push(i)
var numberToFind = () => Math.floor(Math.random() * 100)
Initializing...
| Test Case | Ops/sec | |
|---|---|---|
| includes | | ready |
| set | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.