Tests:
  • const arr = [1,2,3]; const res = !!arr.lenght;

  • const arr = [1,2,3]; const res = arr.lenght > 0;

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    const arr = [1,2,3]; const res = !!arr.lenght;
    const arr = [1,2,3]; const res = arr.lenght > 0;

    Fastest: N/A

    Slowest: N/A

Latest run results:

No previous run results

This benchmark does not have any results yet. Be the first one to run it!