Elixir algorithm exercise to filter odd numbers from a given string list and return its quantity
ListFilter.call(["1", "3", "6", "43", "banana", "6", "abc"]) # Result: 3
Elixir algorithm exercise to filter odd numbers from a given string list and return its quantity
Elixir
Elixir algorithm exercise to filter odd numbers from a given string list and return its quantity
ListFilter.call(["1", "3", "6", "43", "banana", "6", "abc"]) # Result: 3