Returns an object that cloned from the given object
Optional
the object to clone
an object that cloned from the given object
clone({'foo': 'bar'}); Copy
clone({'foo': 'bar'});
Returns an object that cloned from the given object