File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -661,8 +661,8 @@ pasteBox.onpaste = (e) => {
661
661
662
662
663
663
**[⬆ 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 .
666
666
` ` ` javascript
667
667
668
668
@@ -678,8 +678,8 @@ void anyfunction(); //returns undefined
678
678
679
679
680
680
**[⬆ 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 .
683
683
```javascript
684
684
685
685
You can’t perform that action at this time.
0 commit comments