Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
Chrome 131
Windows
Desktop
2 months ago
Test name Executions per second
Using Object.assign 57280848.0 Ops/sec
Using the spread operator 59599672.0 Ops/sec
Tests:
  • Using Object.assign

    AخA
     
    const finalObject = Object.assign({}, document.body);
  • Using the spread operator

    x
     
    const finalObject = {...document.body};