Ad
  • Custom User Avatar

    Fixed.

  • Custom User Avatar

    .. a new list with the strings filtered out

    How does this leave room for returning a new list with newly created elements?

    Also, how does F# get this wrong ?!?

  • Custom User Avatar

    You need to not only filter the list, but also return the result as a list of ints. You currently return a list of objects, and tests don;t like it.

    Description for statically typed languages could use some clarification here.