You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
Hi, i have a question regarding destructing, will this new assignments work while destructing? this can be very handy for example 😄 :
const { a ??= "value" } = someVariable
.Current default assign while destructing only checks for
undefined
so nullish check can help a lotThe text was updated successfully, but these errors were encountered: