On a function like this one:
Array.sort((a,b) => a - b)
If my array has many items, how does the \'a\' and \'b\' applies the condition to