```js $ node > ...[] Invalid REPL keyword ``` Should instead throw this error: ```shell $ node -p '...[]' [eval]:1 ...[] ^^^ SyntaxError: Unexpected token ... ```