asked 106k views
1 vote
write a function alternatingwords that accepts an array of words as an argument. the function should mutate the input array such that the words alternate between fully uppercase or lowercase. the first word should be uppercase.

1 Answer

6 votes
what language do you need this in
answered
User Mavriksc
by
7.7k points