Skip to content

Releases: mariolo1985/spreading

added tests

02 Nov 22:58
25f726b
Compare
Choose a tag to compare
  • Jest testing for functions

Added getKey function

01 Nov 22:29
f58eb7a
Compare
Choose a tag to compare
  • Added getKey function to get a key's value from an object
getKey('d', combine1, combine2, combine3);

Added spreading function

01 Nov 22:27
9755375
Compare
Choose a tag to compare
  • Added spreading function to combine multiple objects
spreading(combine1, combine2);