> What about spatial complexity? O(1)! We don't create any additional items for this sort. The proposed [solution](https://github.com/btholt/algorithms-exercises/blob/main/specs/insertion-sort/insertion-sort.solution.test.js) creates a variable, `let numberToInsert = nums[i]` inside the outer `for` loop. Wouldn't that mean the spatial complexity is O(n)?