-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fr] Fix/nullish coalescing assignment (#17942)
* Update nullish coalescing assignment operator * Fix #17920 example * Update from en_US * Add the glossary entry for nullish value * Related to #16598 * Fix flaw link * Fix flaw spacing * sourceCommit wording issue (oups) * Apply suggestions from code review Co-authored-by: Carolyn Wu <[email protected]> --------- Co-authored-by: Carolyn Wu <[email protected]>
- Loading branch information
1 parent
11dde36
commit e3a3446
Showing
2 changed files
with
45 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Valeur nulle (Nullish value) | ||
slug: Glossary/Nullish | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
En [JavaScript](/fr/docs/Glossary/JavaScript), une valeur nulle (dite « <i lang="en">nullish value</i> » 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 « [<i lang="en">falsy</i>](/fr/docs/Glossary/Falsy) ». |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters