We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dafa8b commit 3ed5b5fCopy full SHA for 3ed5b5f
README.md
@@ -661,8 +661,8 @@ pasteBox.onpaste = (e) => {
661
662
663
**[⬆ Back to Top](#table-of-contents)**
664
-### replaceAll
665
-the method string.replaceAll(search, replaceWith) replaces all appearances of search string with replaceWith.
+### The void operator
+The void operator evaluates the given expression and then returns undefined.
666
```javascript
667
668
@@ -678,8 +678,8 @@ void anyfunction(); //returns undefined
678
679
680
681
-### The void operator
682
-The void operator evaluates the given expression and then returns undefined.
+### replaceAll
+the method string.replaceAll(search, replaceWith) replaces all appearances of search string with replaceWith.
683
684
685
0 commit comments