@myrmidonut This challenge really threw me for a loop because in the hints section of this challenge it mentions using the global “/g” to indicate that a regex will keep looking for a match I assumed that withholding the /g meant that it would stop looking once it found a exact match for the regex I wrote.
Does hint 3 make sense to you? or would using the /g only apply when using a “.match” instead of a “.test”?