Releases: mariolo1985/spreading
Releases · mariolo1985/spreading
added tests
- Jest testing for functions
Added getKey function
- Added getKey function to get a key's value from an object
getKey('d', combine1, combine2, combine3);
Added spreading function
- Added spreading function to combine multiple objects
spreading(combine1, combine2);