Spread Operator: The Shortest Way to Copy, Then Modify an Array in JavaScript
The shortest way to make a shallow copy of an array and then push a new value on to the array is:
[...arr, new_value]
Also read: 3 simple use cases for the spread operator
Posts
- StackOverflow.com's new OverflowAI Search
- Visual Studio Code Keyboard Shortcuts
- A Few CSS Definitions
- Spread Operator, The Shortest Way to Copy, Then Modify an Array in JavaScript
- Use Spread Operator to Pass an Argument in JavaScript
- The Spread Operator in JavaScript
- Parrot
- Rainbow Flower