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 934581a

Browse files
authored
Method Chaining
1 parent facf332 commit 934581a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,12 @@ appDiv.innerHTML = `
197197
<p>reverse: ${JSON.stringify(reverseResult)}</p>
198198
<p>sort: ${JSON.stringify(sortResult)}</p>`;
199199
```
200+
201+
## Method Chaining
202+
203+
Method chains allow a series of functions to operate in succession to reach a final result. Method chains allow function composition similar to a pipeline.
204+
205+
For example:
206+
207+
```javascript
208+
```

0 commit comments

Comments
(0)

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