We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2966435 commit 4459d09Copy full SHA for 4459d09
chapter01/16-ES6Classes.js
@@ -85,6 +85,4 @@ console.log(lotrChar2.name);
85
lotrChar2.name = 'Gandalf';
86
console.log(lotrChar2.name);
87
88
-console.log(Object.getOwnPropertySymbols(lotrChar2));
89
-
90
-//http://davidvujic.blogspot.com.br/2015/03/what-wait-really-oh-no-a-post-about-es6-classes-and-privacy.html
+console.log(Object.getOwnPropertySymbols(lotrChar2));
0 commit comments