Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎README.md‎

Lines changed: 4 additions & 4 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /