Javascript- Nullish coalescing operator

Return the second value if the first is undefined. Return the second value if the first is null. Return the first value if it's defined and not null.