Accessing object properties one

Write a function that takes an object with two properties as argument. It should return the value of the property with key country.
JavaScript
Console