Using addEventListener() with an options Object as Third Parameter

[Click the Button]

The event listener for the button appends text to the DIV element above. Due to the once: true property of the options object, the text gets appended only once then the event listener is removed.