List Filtering
In this kata you will create a function that takes a list of non-negative integers and strings and returns a new list with the strings filtered out.
Read moreIn this kata you will create a function that takes a list of non-negative integers and strings and returns a new list with the strings filtered out.
Read more