Skip to content

Commit e09a55a

Browse files
authored
Update article.md
1 parent 1516ce9 commit e09a55a

File tree

1 file changed

+0
-1
lines changed
  • 1-js/09-classes/04-private-protected-properties-methods

1 file changed

+0
-1
lines changed

1-js/09-classes/04-private-protected-properties-methods/article.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ With private fields that's impossible: `this['#name']` doesn't work. That's a sy
281281

282282
In terms of OOP, delimiting of the internal interface from the external one is called [encapsulation](https://en.wikipedia.org/wiki/Encapsulation_(computer_programming)).
283283

284-
285284
It gives the following benefits:
286285

287286
Protection for users, so that they don't shoot themselves in the foot

0 commit comments

Comments
 (0)