Ad
  • Custom User Avatar

    No. The requirement is to 'filter out the strings'. We don't really care if the left overs are numbers, objects, or anything else for that matter. Just don't include the strings!

  • Custom User Avatar

    You aren't using match properly: match is a prototype method of String, not RegExp.

    Besides, this is not an issue.