Fundamentals
/
References vs Values
⏸
00:00
↻
← Prev
Next →
▶
Question
Implement a function that returns a deep copy of an array of numbers so that mutating the result does not affect the original.
▶
My Code
▶
Reference Solution