📄️ CapitalizeImplement Capitalize which converts the first letter of a string to uppercase and leave the rest as-is.📄️ Last of ArrayImplement a generic Last that takes an Array T and returns its last element.
📄️ CapitalizeImplement Capitalize which converts the first letter of a string to uppercase and leave the rest as-is.