Argument type checking always expects a port even though we say it's optional. Workaround: ``` js client.connect(port, callback); ```