powered by
Replaces a falsy value with a default value.
x %|||% y
If x is not truthy, returns y; otherwise returns x.
x
y
An object.