en.javascript.info/1-js/09-classes
Amol K Patravali e3e4502ce2
Mistake in naming the property name.
The getter and setter are referring to this._name and the property name that is stored is this.name. Changed it to this._name.
2019-04-08 13:45:26 +05:30
..
01-class-patterns Sketch editor update (no important image changes) 2019-04-05 09:17:57 +03:00
02-class Mistake in naming the property name. 2019-04-08 13:45:26 +05:30
03-class-inheritance Sketch editor update (no important image changes) 2019-04-05 09:17:57 +03:00
04-static-properties-methods Sketch editor update (no important image changes) 2019-04-05 09:17:57 +03:00
05-private-protected-properties-methods a bug (Maximum call stack size exceeded) 2019-03-19 13:28:44 +02:00
06-extend-natives Sketch editor update (no important image changes) 2019-04-05 09:17:57 +03:00
07-instanceof Sketch editor update (no important image changes) 2019-04-05 09:17:57 +03:00
08-mixins Sketch editor update (no important image changes) 2019-04-05 09:17:57 +03:00
index.md refactor classes, add private, minor fixes 2019-03-05 18:44:28 +03:00