Match Characters that Occur Zero or More Times error

Tell us what’s happening:
For error announced: there should be 2 other strings for matching with the regex.
But they are not already available or pre-made in the code.

Your code so far


let chewieQuote = "Aaaaaaaaaaaaaaaarrrgh!";
let chewieRegex = /[Aa]*/; // Change this line
let result = chewieQuote.match(chewieRegex);

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; Redmi 6A Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/match-characters-that-occur-zero-or-more-times/

There are no other test strings. I told this.

OK. Thank you.
I made the question because for some other challenges the test strings were made ready in the code section.
Just so.