populous_count
Description
returns the number of times the most common element was found in list
Input Type
string, string array
Output Type
number
Example
input | output |
---|---|
$status_list|populous_count | 2 |
$status_list = [ "Apex Legends", "Apex Legends", "Rocket League" ]
info
If there are more than one, one is selected randomly