# Arrays
Dealing with Arrays
Common Operations
- Flattening array (opens new window)
- Sorting operations
- Searching Operation
- Sub text/ regex pattern search
Shallow Copy
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from (opens new window)
- Object copying (opens new window)
- Dereference (opens new window)
# Question
← 📚 Contents AWS →