I'm pretty new to JavaScript and I've run into an issue on the course I'm taking. I need to create a function that pulls two values from the same object and creates a new key/value. (Is there a better term to use besides key/value by the way?)I'm pretty new to JavaScript and I've run into