Ad
  • Default User Avatar

    Possibly you could also compare the regex's test method to an untouched regex's test method?

    multipleof3Regex.test === /abc/.test

  • Default User Avatar

    Was still able to cheat by overriding test method for a regex and then substituting its toString() function to get around that check. Tough one.