var arrayOne = new Array(180).fill(1, 0, 180);
arrayOne.slice(6, -2);
arrayOne.splice(6, arrayOne.length - 2 - 6)
FAQ: FAQ
Source code: GitHub/MeasureThat.net
Report issues: MeasureThat.net/Issues
Based on: Benchmark.js
Facebook page: https://www.facebook.com/MeasureThat.Net
Python benchmarks support: Pyodide