Open webVueBlog opened 4 years ago
[js]
var mySymbol = Symbol('Test') mySymbol.name //Test typeof mySymbol //symbol
[js]