- Notifications
You must be signed in to change notification settings - Fork111
Data types#243
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Data types#243
Uh oh!
There was an error while loading.Please reload this page.
Conversation
javascript-translate-bot commentedJun 16, 2022
Error: the article already translated in the Progress Issue#1 |
There is still text that has not been translated. |
Hi, Will you translate the missing parts, including solution and task? Trying to know your plan regarding to this lesson. Thanks, Osvaldo. |
renatocfrancisco left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
In line 73, the english sentence still in the file.
Moreover, good job!
…t.info into fix/steps-types
jonnathan-ls commentedAug 6, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Obrigado pela observação, não tinha percebido ❤️ Olá@odsantos,
O PR contempla toda tradução do artigo, com exceção da linha 73 como citado pelo Renato Por desencargo, também atualizei com a master do repositório original. Poderia adicionar sua revisão a este PR? |
Hi@jonnathan-ls , sim. Logo que possivel. Obrigado. |
@peruibeloko,@jonnathan-ls, what is missing in this pull request? |
The review by two maintainers is missing, I will not contribute with the review, as the PR is precisely my own, there is no point in reviewing it myself @nazarepiedady Could you add your review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
We could improve it more ahead, but for now, it is good enough to be approved.
Uh oh!
There was an error while loading.Please reload this page.
@jonnathan-ls, now we need one more review. It should take some time because we are running under forces. |
@peruibeloko, are you available to review this pull request? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Duas mudanças rápidas e está aprovado
Em JavaScript,o tipo"number"não pode representar valores inteiros maiores que<code>(2<sup>53</sup>-1)</code> (que é`9007199254740991`) ou menores que<code>-(2<sup>53</sup>-1)</code>para negativos. É uma limitação técnica causada por sua representação interna. | ||
For most purposes that's quite enough, but sometimes we need really big numbers, e.g. for cryptography or microsecond-precision timestamps. | ||
Para a maioria dos propósitos, isso é o suficiente, mas às vezes precisamos de números realmente grandes, por exemplo, para criptografia ou carimbos de data/hora com precisão de microssegundos. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This section is duplicated at line 75
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Removed
``` | ||
You can check [*MDN* BigInt compatibility table](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#Browser_compatibility) to know which versions of a browser are supported. | ||
Você pode verificar a [tabela de compatibilidadedo*MDN* BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#browser_compatibility) para saber quais versões de um navegador são suportadas. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Você pode verificar a [tabela de compatibilidade do *MDN* sobre BigInt]
ou
Você pode verificar a [tabela de compatibilidade do BigInt na *MDN*]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Done
javascript-translate-bot commentedApr 8, 2024
Please make the requested changes. After it, add a comment "/done". |
nazarepiedady commentedApr 9, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@jonnathan-ls, could you consider the reviews did? |
jonnathan-ls commentedApr 14, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
/done@nazarepiedady I applied the requests noted by@peruibeloko, see commit4a7029e. And I also added pending content that I noticed when accessing the article from the official English repositorybigint-type session, see commit7cafcbb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
It seems good enough to be approved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
javascript-translate-bot commentedApr 16, 2024
Error: the article already translated in the Progress Issue#1 |
Data types
📝Goal
☑ What was done?