**Description:** Returns an object composed of key-value pairs **Sample**: ``` fromPairs([['a', 1], ['b', 2]]); // => { 'a': 1, 'b': 2 } ```