-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Open
Labels
l10n-pt-brIssues related to Brazilian PortugueseIssues related to Brazilian Portugueseneeds triageTriage needed by staff and/or partners. Automatically applied when an issue is opened.Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Description
MDN URL
What specific section or headline is this issue about?
Variáveis declaradas com let são "içadas" para começo do bloco em que elas são definidas (isso é conhecido também pelo termo, hoisting).
What information was incorrect, unhelpful, or incomplete?
Variáveis declaradas com let são "içadas" para começo do bloco em que elas são definidas (isso é conhecido também pelo termo, hoisting).
What did you expect to see?
A contrário das variáveis declaradas com a Keyword var, variáveis declaradas com let não são "içadas" (hoisting) para começo do bloco em que elas são definidas.
Ou seja, ao tenta usar a variável antes da declaração da mesma, você receberá um erro do tipo "ReferenceError".
Do you have any supporting links, references, or citations?
Do you have anything more you want to share?
No response
MDN metadata
Page report details
- Folder:
pt-br/web/javascript/reference/statements/let - MDN URL: https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Statements/let
- GitHub URL: https://github.com/mdn/translated-content/blob/main/files/pt-br/web/javascript/reference/statements/let/index.md
- Last commit: 5d97d1b
- Document last modified: 2023-08-04T01:59:28.000Z
Metadata
Metadata
Assignees
Labels
l10n-pt-brIssues related to Brazilian PortugueseIssues related to Brazilian Portugueseneeds triageTriage needed by staff and/or partners. Automatically applied when an issue is opened.Triage needed by staff and/or partners. Automatically applied when an issue is opened.