Last active
February 27, 2020 17:03
-
-
Save omarkdev/f503094a6d98e054ef56cee166a5947b 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.toString(); | |
// "Symbol(Awesome)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment