Yeah this is no help at all …
like from what it seems the challenge is pretty easy to do,
just include the /i after the string however… something is broken.
Your code so far
let myString = "freeCodecamp";
let fccRegex = /myString/i;
let result = fccRegex.test(myString);
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3523.0 Safari/537.36.