empty an array in JavaScript?

Based on question on http://stackoverflow.com/questions/1232040/how-do-i-empty-an-array-in-javascript
5 years ago
User agent: Mozilla/5.0 (Linux; Android 6.0.1; Redmi 3S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Mobile Safari/537.36
Test name Executions per second
Just instantiate new array 2929.3 Ops/sec
Set length to zero 3207.0 Ops/sec
Splice 2850.7 Ops/sec
Pop all values 1947.5 Ops/sec
Tests:
  • Just instantiate new array

  • Set length to zero

  • Splice

  • Pop all values

Open this result on MeasureThat.net