Tell us what’s happening:
Not passing my code for some unknown reason…
Your code so far
let timStr = "Timmmmber";
let timRegex = /tim{4}ber/; // Change this line
let result = timRegex.test(timStr);
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/specify-exact-number-of-matches