create a function addwaldo that accepts an object with keys being first names and values being last names. for example addwaldo({'luke': 'skywalker', 'harley': 'quinn', 'ryan': 'reynolds'}) should add the key 'waldo' with the value 'unknown' to the object and return the mutated object. is it working?