Add a Property Based on Two Existing Properties

Given an object with 'firstName' and 'lastName' properties, add a new property called 'fullName' whose value is the two properties joined with a space.
JavaScript
Console