## yoCopy(source, dest)

Copy the properties from the source object to the destination object 

```javascript
var baseSettings = {};
yoCopy(userSettings, baseSettings);
```

Go to [index](index.md)