Hyphenate and lowercase words from array

Implement function hyphenateAndLowerCase with 1 argument strings which contains strings. Function should return new array of lowercased and hyphenated strings.

hyphenateAndLowerCase(['Costa Rica', 'Anguilla', 'Saint Kitts and Nevis'])