Created
March 8, 2022 06:18
-
-
Save shijiezhou1/b43cb7a35ef2151bdfb8f3e6104611a4 to your computer and use it in GitHub Desktop.
Reassign const value
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reassign const | |
const { type, title, description } = MAP[status]; | |
({ type, description } = MAP[status]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment