I saw code:
Host.call(this, logger, config);
Host
is a function name with no parent.
call
seems not defined in the function's definition.
Is call
a special function? As call
is a highly used word, it seems not easy to search "JS call" for any useful explanation.