#codenewbies
Read more stories on Hashnode
Articles with this tag
One of the problems I did on Codewars today was to add the two smallest numbers in an array. The array was [19, 5, 42, 2, 77]. It has been literally...