Skip to content

Commit 728eaa8

Browse files
committed
concat
1 parent 4f8b082 commit 728eaa8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,12 @@ if (friends.includes("nimki")) {
229229
}
230230
```
231231

232-
```javascript
232+
- concat.
233233

234+
```javascript
235+
const first1 = [2, 4, 6, 7, 2, 3];
236+
const second = [55, 44, 24, 78, 61];
237+
console.log(first1.concat(second));
234238
```
235239

236240
```javascript

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy