Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
Chrome 109
Linux
Desktop
2 years ago
Test name Executions per second
isArray 7965364.0 Ops/sec
number or string 9302018.0 Ops/sec
Script Preparation code:
AخA
 
var b = ['lorem', 'ipsum', 'dolor', 'sit', 'amet'];
Tests:
  • isArray

     
    const c = Array.isArray(b);
  • number or string

     
    const c = typeof b === 'string' || typeof b === 'number';