Skip to content

Commit

Permalink
Add the glossary entry for nullish value
Browse files Browse the repository at this point in the history
* Related to mdn#16598
  • Loading branch information
tristantheb committed Jan 17, 2024
1 parent 9e2ed77 commit f181a78
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions files/fr/glossary/nullish/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Valeur nulle (Nullish value)
slug: Glossary/Nullish
l10n:
commitSource: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

En [JavaScript](/fr/docs/Glossary/JavaScript), une valeur nulle (dite «&nbsp;<i lang="en">nullish value</i>&nbsp;» en anglais) est une valeur qui peut être [`null`](/fr/docs/Web/JavaScript/Reference/Operators/null) ou [`undefined`](/fr/docs/Web/JavaScript/Reference/Global_Objects/undefined). Les valeurs nulles sont toujours «&nbsp;[falsy](/fr/docs/Glossary/Falsy)&nbsp;».

0 comments on commit f181a78

Please sign in to comment.