Count By X
Create a function with two arguments that will return an array of the first n multiples of x. Assume both the given number
Read MoreCreate a function with two arguments that will return an array of the first n multiples of x. Assume both the given number
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 MoreComplete the square sum function so that it squares each number passed into it and then sums the results together.
Read More