diff options
Diffstat (limited to 'files/pt-br/glossary/truthy/index.html')
-rw-r--r-- | files/pt-br/glossary/truthy/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-br/glossary/truthy/index.html b/files/pt-br/glossary/truthy/index.html index 872e53df91..dfa1535328 100644 --- a/files/pt-br/glossary/truthy/index.html +++ b/files/pt-br/glossary/truthy/index.html @@ -1,11 +1,12 @@ --- title: Truthy -slug: Glossario/Truthy +slug: Glossary/Truthy tags: - CodingScripting - Glossário - JavaScript translation_of: Glossary/Truthy +original_slug: Glossario/Truthy --- <p>Em {{Glossary("JavaScript")}}, um valor <strong>truthy</strong> é um valor que se traduz em verdadeiro quando avaliado em um contexto {{Glossary("Booleano")}}. Todos os valores são <strong>truthy</strong> a menos que eles sejam definidos como {{Glossary("Falsy", "falsy")}} (ou seja., exceto para <code>false</code>, <code>0</code>, <code>""</code>, <code>null</code>, <code>undefined</code>, e <code>NaN</code>).</p> |