What if Javascript had a syntax to say "don't actually call this function if this argument is nullish, and just evaluate it as the nullish value"
You could have a ? prepended to the relevant argument being passed to the function, like f(?x)

cringe (trans) software developer
What if Javascript had a syntax to say "don't actually call this function if this argument is nullish, and just evaluate it as the nullish value"
You could have a ? prepended to the relevant argument being passed to the function, like f(?x)