Skip to content

Commit 3ed5b5f

Browse files
authored
replace all change
1 parent 6dafa8b commit 3ed5b5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -661,8 +661,8 @@ pasteBox.onpaste = (e) => {
661661
662662
663663
**[⬆ Back to Top](#table-of-contents)**
664-
### replaceAll
665-
the method string.replaceAll(search, replaceWith) replaces all appearances of search string with replaceWith.
664+
### The void operator
665+
The void operator evaluates the given expression and then returns undefined.
666666
```javascript
667667

668668

@@ -678,8 +678,8 @@ void anyfunction(); //returns undefined
678678
679679
680680
**[⬆ Back to Top](#table-of-contents)**
681-
### The void operator
682-
The void operator evaluates the given expression and then returns undefined.
681+
### replaceAll
682+
the method string.replaceAll(search, replaceWith) replaces all appearances of search string with replaceWith.
683683
```javascript
684684
685685

0 commit comments

Comments
 (0)