if (oldPresenter?.userId !== currentPresenterId) {
return setPresenterInPodReqMsg(setPresenterPayload);
}
I got syntax error in this snippet running with Node.js but working for other people. I need explanation if it is correct JS syntax.
?.feature.