Codewars Kata — Sum of two lowest positive integers
19 Aug 2023 1 minute read 0 comments Lochard
Create a function that returns the sum of the two lowest positive numbers given an array of minimum 4 positive integers. No floats or non-positive integers will be passed. For example, when an array is passed like [19, 5, 42, 2, 77], the output sho...