below is my array
<pre>
let input = [29, 75, 115, 12, 89, 29, 103, 65, 100, 78, 115, 102, 55, 214];
</pre>
now i need the second largest from it.
below is my array
<pre>
let input = [29, 75, 115, 12, 89, 29, 103, 65, 100, 78, 115, 102, 55, 214];
</pre>
now i need the second largest from it.