• Capitalize the first word of the string

    capitalize('hello') -> 'Hello' capitalize('va va voom') -> 'Va va voom'

    Parameters

    • str: string

    Returns string