Skip to content

Commit 1373f61

Browse files
committed
refactor classes, add private, minor fixes
1 parent a0c0734 commit 1373f61

File tree

270 files changed

+1508
-885
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+1508
-885
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

1-js/07-object-oriented-programming/09-class/article.md

-355
This file was deleted.

1-js/07-object-oriented-programming/index.md

-3
This file was deleted.

1-js/07-object-oriented-programming/01-property-descriptors/article.md renamed to 1-js/07-object-properties/01-property-descriptors/article.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
As we know, objects can store properties.
55

6-
Till now, a property was a simple "key-value" pair to us. But an object property is actually a more complex and tunable thing.
6+
Till now, a property was a simple "key-value" pair to us. But an object property is actually a more flexible and powerful thing.
7+
8+
In this chapter we'll study additional configuration options, and in the next we'll see how to invisibly turn them into getter/setter functions.
79

810
## Property flags
911

1-js/07-object-properties/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Object properties configuration
2+
3+
In this section we return to objects and study their properties even more in-depth.

0 commit comments

Comments
 (0)