Closed jyash97 closed 3 years ago
If we take a look at the function call, we are passing true which is unclear for what value we are passing true. With object as argument, we can know that true value is assigned for starting the server.
true
Why?
If we take a look at the function call, we are passing
true
which is unclear for what value we are passingtrue
. With object as argument, we can know thattrue
value is assigned for starting the server.