Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scope & closures - Apêndice B #87

Conversation

holandajunior
Copy link
Contributor

@holandajunior holandajunior commented May 24, 2016

Antes de enviar seu Pull Request

Faça o check abaixo para ver se o PR está no melhor padrão possível.
Note que o conteúdo enviado será revisado antes de ser aceito, em geral blocos maiores de tradução levarão mais tempo
para serem aceitos (veja #68). A qualidade do material é um compromisso nosso.

  • Verifique se os jargões estão coerentes com o WORDREFERENCE
  • Revise a tradução com carinho 💕 -- seu nome constará na parte que você traduziu.
  • Ao terminar sua parte da tradução, faça um Pull Request para o branch portuguese-translation.
  • Inclua seu nome nessa lista 🌟

@@ -28,15 +28,15 @@ try{throw 2}catch(a){
console.log( a ); // ReferenceError
```

Whoa! That's some ugly, weird looking code. We see a `try/catch` that appears to forcibly throw an error, but the "error" it throws is just a value `2`, and then the variable declaration that receives it is in the `catch(a)` clause. Mind: blown.
Nossa! O código ficou estranho, um pouco feio. Contudo, podemos notar o uso de um `try/catch` para forçar o lançamento de um erro, no entanto o "erro" lançado é exatamente o valor 2, assim a declaração da variável que está dentro da cláusula `catch(a)` receberá tal valor. "Nossa mente: Boom!"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Nossa mente: Boom!"

NOTA 10!!!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

heheheh Bacana!

@cezaraugusto cezaraugusto merged commit f6c891f into cezaraugusto:portuguese-translation May 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants