TLDR: Logical operators actually return one of the operands, so you can refactor code using this feature.
Usually, you may see || and &&...
For further actions, you may consider blocking this person and/or reporting abuse
Elvis cuts out not only undefined, but also null.
Still, it is much safer than short circuiting.
Nice post, short circuit logic has the added benefit of also making your code a lot cleaner.
Thanks! I've added a note to the post and mentioned you π