Sorry if my question is stupid, all of us have seen many function arguments for methods documented as this
redis.createClient(port[, host][, options])
I'm unable to understand how it works the port and why host argument is in array and it starts with ,. The snippet above is from
https://github.com/NodeRedis/node_redis
Thanks