Object clone

Challenge 📝

Given is an object object. Return a clone of the object except the object properties given in the array removeProperties.

#JavaScript Objects

Medium

unsolved

function cloneObject(object, removeProperties) {
 
}
Test Cases
Console Logs
JS Errors
Run Code!
flag