Private and protected properties and methods#173
Merged
joaquinelio merged 2 commits intojavascript-tutorial:masterfrom Jun 22, 2020
cortizg:es.javascript.info.1-09-04
Merged
Private and protected properties and methods#173joaquinelio merged 2 commits intojavascript-tutorial:masterfrom cortizg:es.javascript.info.1-09-04
joaquinelio merged 2 commits intojavascript-tutorial:masterfrom
cortizg:es.javascript.info.1-09-04
Conversation
|
Error: the article already has PR number in the Progress Issue #17, it's 169 |
Contributor
Author
joaquinelio
requested changes
Jun 21, 2020
Member
joaquinelio
left a comment
There was a problem hiding this comment.
apruebo...
pero deberia:
- link wiki a ESP
- coincidir lineas con ENG (no seguí dónde)
- des-traducir "rellenar" a "polyfill". Es el coso que agrega funciones no soportadas a VM que no se actualizaron.
| ## Resumen | ||
|
|
||
| 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)). |
Member
There was a problem hiding this comment.
| - Los campos privados comienzan con `#`. JavaScript se asegura de que solo podamos acceder a los que están dentro de la clase. | ||
|
|
||
| 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. No newline at end of file |
Member
There was a problem hiding this comment.
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". |
|
Thank you 💖 I updated the Progress Issue #17 🎉 🎉 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.