Create an Object with Multiple Properties

Complete the code to create an object called person with two properties: name set to 'Bob' and age set to 25.
JavaScript
Console