Skip to content

Commit

Permalink
test deletion and fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Dec 24, 2023
1 parent b308c77 commit 0c76c10
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 21 deletions.
10 changes: 0 additions & 10 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -3600,16 +3600,6 @@
"panaggio"
]
},
"Glossary/Nullish": {
"modified": "2020-12-14T00:17:04.905Z",
"contributors": [
"fscholz",
"subbaraju",
"priyagupta314",
"dd-pardal",
"ExE-Boss"
]
},
"Glossary/Number": {
"modified": "2020-04-11T14:21:24.574Z",
"contributors": [
Expand Down
9 changes: 0 additions & 9 deletions files/en-us/glossary/nullish/index.md

This file was deleted.

2 changes: 1 addition & 1 deletion files/en-us/mdn/community/issues/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ To whoever fixes this issue, it looks like the following is needed:
- Update the compatibility data at Link-X
```

#### Set other labels
#### Set other labels1

Next, set the following labels as appropriate:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const s = Boolean(myString); // initial value of true

> **Warning:** You should rarely find yourself using `Boolean` as a constructor.
### Boolean coercion
### Boolean coercion1

Many built-in operations that expect booleans first coerce their arguments to booleans. [The operation](https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toboolean) can be summarized as follows:

Expand Down

0 comments on commit 0c76c10

Please sign in to comment.