While trying to fix a bug in another person's code, I found this line:
affiliationData.affiliationStatuses |= AffiliationStatuses.affiliatedWithCurrentCrmUser;
What does it actually do?
Tried to find it on MDN, but searching for |= returns zero results.