str is a string. Return a string containing only the seventh character of the string UNLESS the string is shorter than seven characters, in which case return null.

javascript programming
exercise: strings 01