I'm seeking help with a JavaScript question: I recently attempted some challenging exercises from a JavaScript book I'm studying, and I'm feeling stuck. The task at hand is to create a deep copy function using *only ES6* arrow functions without relying on any JSON methods or variable assignments. Additionally, the author recommends avoiding scopes by not using
{}
brackets. Can anyone provide me with hints or tips on how to tackle this?