Cod*_*mpy 4 javascript ecmascript-6
In the RxJs doc I found following code snippet:
[rxSubscriberSymbol]() {
return new SubjectSubscriber(this);
}
Run Code Online (Sandbox Code Playgroud)
Its part of the Subject source code and is the first method right after the constructor.
So what do square brackets mean in this context?