PowerShell - Working with Objects
You want to add a ScriptMethod
FullName to an object $person that has properties FirstName and LastName. The method should return the full name with a space between first and last names. Which code correctly implements this?