Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36
Chrome 91
Linux
Desktop
3 years ago
Test name Executions per second
isArray 208347.2 Ops/sec
no isArray 206702.0 Ops/sec
Script Preparation code:
AخA
 
var a = [1, 2, 3];
Tests:
  • isArray

     
    console.log(Array.isArray(a));
  • no isArray

     
    console.log(true)