Skip to content

Null coalescing assignment #328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 10, 2021
Merged

Null coalescing assignment #328

merged 1 commit into from
Nov 10, 2021

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