Regular Expressions: Match Characters that Occur Zero or More Times - Missing variable

Tell us what’s happening:

I have no issue with the challenge, quite straight forward. Just wanted to point out for those that manage the curriculum that they may want to add (unless it is on purpose):


let chewieQuote = "Aaaaaaaaaaaaargh!;

It is currently missing. This may confuse some people.

Not sure whether it is the right place to escalate this. If any of you know feel free to pass this on.

Thanks
Giorgio

Your code so far


let chewieRegex = /change/; // Only change this line
let result = chewieQuote.match(chewieRegex);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36.

Challenge: Match Characters that Occur Zero or More Times

Link to the challenge: