given a list of values, return the value that occurs the most. If there are two values that share the most, it will return the first one encountered in the array.
the most common value found in the array
given a list of values, return the value that occurs the most. If there are two values that share the most, it will return the first one encountered in the array.