Be Careful with Async Functions that Return Booleans

from blog Aleksandr Hovhannisyan, | ↗ original
Suppose an async function returns a boolean. What happens if you check the return value without awaiting it?