Documentation is not clear enough regarding parameters in callback #31019
Closed
Description
https://nodejs.org/docs/latest-v12.x/api/net.html#net_server_listen_options_callback
It states: callback <Function> Common parameter of server.listen() functions.
This does not give me any information if there are or if there are no any parameters when the function is called.