How long have I been a professional programmer?
Over 25 years. That’s how long.
What was I doing today?
Debating the relative merits of the following:
if (title)
if (Boolean(title))
if (title !== undefined)
if ((typeof title) != null)
if (title ?? ‘’)
I’m not sure if this is because of my experience, or despite it! 😬