How to read Function.prototype.call's parameter ?
definition: fun.call([thisObj[, arg[, arg2[, ...]]]])
in MDN, there is clear definition 'apply(thisArg, argsArray)'
but i wanna know how to read about arguments what is [, arg[, arg2[, ...]]] ?
thank you