As you know the Maht.min(5,10,3,17) will return "3" as answer. I'm looking for ability to return related Text for each number. For example it was Math.min(5|A,10|B,3|C,17|D) and then result return "C". How can I do this by JS? I'm looking for Related Text come from Finding Lower Number related text.
Thank you