Skip to content

Commit 4459d09

Browse files
committed
ES6 classes example
1 parent 2966435 commit 4459d09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

chapter01/16-ES6Classes.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,4 @@ console.log(lotrChar2.name);
8585
lotrChar2.name = 'Gandalf';
8686
console.log(lotrChar2.name);
8787

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
88+
console.log(Object.getOwnPropertySymbols(lotrChar2));

0 commit comments

Comments
 (0)