Skip to content

Commit 1516ce9

Browse files
author
Sasha
committed
Added extra space
1 parent 47e4689 commit 1516ce9

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ 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+
284285
It gives the following benefits:
285286

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

0 commit comments

Comments
 (0)