News

const makePair = (value1, value2) => { return => { return value1; }; }; Unfortunately, this function immediately “forgets” the second value and never does ...