```js >> var id = (x) => x, x = id(...[1,2,3]); typeof x; 'object' ``` it doesn't fail like it should.