please help me with this i have put my code but it does not pass
here is the code =>
let favWord = "favorite";
let favRegex = /favorit?e/;
let result = favRegex.test(favWord);
here is the challenge link: https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/check-for-all-or-none