JavaScript Professional — Easy
Key points
- `concat()` does not merge arrays in place
- It does not remove duplicate elements
- `concat()` does not flatten nested arrays
- The original arrays remain unchanged after using `concat()`
Ready to go further?
Related questions
