given: this code: document.getElementById(ID) ?.remove(); when: pretifying then: it breakes the Optional chaining document.getElementById(ID) ? .remove();
given: this code:
when: pretifying
then: it breakes the Optional chaining