Created
February 27, 2020 17:04
-
-
Save omarkdev/8f24eff2b6098c4dd61e275286b803b1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
const symbol1 = Symbol('Awesome'); | |
symbol1.description; | |
// "Awesome" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment