slug: js/object-cloning name: JavaScript Object Cloning featured: true snippetIds: - js/s/shallow-deep-clone - js/s/shallow-clone-object - js/s/deep-clone-object - js/s/copy-array splash: coffee-phone-tray.png description: >- JavaScript objects and arrays are a little tricky to clone. Luckily, this collection teaches you all you need to know about different cloning types and techniques. shortDescription: Easily clone JavaScript objects and arrays using various techniques.