Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36
Chrome 72
Windows
Desktop
5 years ago
Test name Executions per second
slice 9387723.0 Ops/sec
substr 9533246.0 Ops/sec
substring 9503154.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)