Allen Wirfs-Brock (2013-11-11T17:21:54.000Z)
domenic at domenicdenicola.com (2013-11-15T18:54:23.548Z)
No, this doesn't work because then both ```js [1,2,3].splice() [1.2.3].splice(undefined) ``` will both result in start === empty. But for web compatibility they must be treated differently.