Private and protected properties and methods #173
Merged
Conversation
|
Error: the article already has PR number in the Progress Issue #17, it's 169 |
|
apruebo...
|
|
|
||
| In terms of OOP, delimiting of the internal interface from the external one is called [encapsulation](https://en.wikipedia.org/wiki/Encapsulation_(computer_programming)). | ||
| En términos de POO, la delimitación de la interfaz interna de la externa se llama [encapsulamiento] (https://en.wikipedia.org/wiki/Encapsulation_ (computer_programming)). |
|
|
||
| Right now, private fields are not well-supported among browsers, but can be polyfilled. | ||
| En este momento, los campos privados no son compatibles entre los navegadores, pero se pueden rellenar. |
joaquinelio
Jun 21, 2020
Contributor
En este momento, los campos privados no son compatibles entre los navegadores, pero se puede usar "polyfill".
No funciona el suggest en repo borrado.
"Rellenar" no significa nada, el "polyfill" es muy específico y hay un artículo de él.
|
Please make the requested changes. After it, add a comment "/done". |
e8ae6b8
into
javascript-tutorial:master
1 check passed
1 check passed
|
Thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
No description provided.