Skip to content

Commit df76413

Browse files
committed
add comment on OPP example
1 parent 7249415 commit df76413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Learn/9. OOP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Product {
9999
Consider:
100100

101101
```js
102+
// top property or field is in ES7
102103
class Product {
103104
category = "DEFAULT";
104105
constructor(title) {

0 commit comments

Comments
 (0)