Skip to main content

2 docs tagged with "medium"

View all tags

Capitalize

Implement Capitalize which converts the first letter of a string to uppercase and leave the rest as-is.

Last of Array

Implement a generic Last that takes an Array T and returns its last element.