// Create a person object that contains three keys: name, age, and county. // Use yourself as an example to set the values for name, age, and country
// Create a function, logData(), that uses the person object to create a // string in the following format: // "Per is 35 years old and lives in Norway"
// Call the logData() function to verify that it works
1
2
3
4
5
6
7
8
// Create a person object that contains three keys: name, age, and county.
// Use yourself as an example to set the values for name, age, and country
// Create a function, logData(), that uses the person object to create a
// string in the following format:
// "Per is 35 years old and lives in Norway"
// Call the logData() function to verify that it works