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) => {
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
You can’t perform that action at this time.
0 commit comments