
Longest Common Prefix

This function should take an array of strings and determine the longest common prefix among all the strings. If there is no common prefix, it should return an empty string.
You should be an authorized user in order to see the full description and start solving this mission.