Symbol: invalid number of arguments, expected 0 Permanently deleted user Created July 21, 2018 05:53 A warning message "Invalid number..." pops up on Symbol arguments. What is wrong? There's no problem in other editors.
Hi! If you hit `Ctrl+click` on Symbol what is it resolved to?
If I hit 'Ctrl+Left-click' on Symbol, it is rediected to index.js file.
Observable.prototype._subscribe = function (subscriber) {
return this.source.subscribe(subscriber);
};