populous

Description#

returns the name of the most common element in list

Input Type#

string, string array

Output Type#

string

Example#

inputoutput
$status_list|populousApex

$status_list = [ "Apex Legends", "Apex Legends", "Rocket League" ]

info

If there are more than one, one is selected randomly