Skip to content

Conversation

@mokarchi
Copy link
Contributor

@mokarchi mokarchi commented Nov 9, 2021

The nullish coalescing operator (??) is a logical operator that returns its right-hand side operand when its left-hand side operand is null or undefined, and otherwise returns its left-hand side operand.

@catcherwong catcherwong self-requested a review November 10, 2021 00:17
Copy link
Member

@catcherwong catcherwong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Could you please change the target branch from master to dev?

@mokarchi mokarchi changed the base branch from master to dev November 10, 2021 04:12
@mokarchi
Copy link
Contributor Author

It's Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants