Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
Chrome 91
Windows
Desktop
3 years ago
Test name Executions per second
slice 12999316.0 Ops/sec
substr 12975638.0 Ops/sec
substring 12959030.0 Ops/sec
Script Preparation code:
AخA
 
var example = 'there is no spoon'
Tests:
  • slice

     
    var result = example.slice(10)
  • substr

     
    var result = example.substr(10)
  • substring

     
    var result = example.substring(10)