const x = min(a, b)
It helps to document intent.
Probably not so useful for min, but it can be more useful for more complex functions.