Challenge 📝
Given is an object object. Return a clone of the object except the object properties given in the array removeProperties.
object
removeProperties
#JavaScript Objects
Medium
unsolved