The challenge is to sort an array of objects based on a specific property.The objects in the array have two properties: 'name' (string) and 'age' (integer).The array should be sorted in ascending order based on the 'age' property.If two objects have the same age, their original order should be maintained.