-
-
Notifications
You must be signed in to change notification settings - Fork 44.1k
missing semicolon still passes #13291
Copy link
Copy link
Closed
Description
Regular Expressions: Match Characters that Occur One or More Times
Issue Description
The challenge loads without a semicolon and passes without a semicolon in line 4
Browser Information
- Browser Name, Version: chrome
- Operating System: windows 7
- Mobile, Desktop, or Tablet: desktop
Your Code
let difficultSpelling = "Mississippi";
let myRegex = /s+/ig; // Change this line
let result = difficultSpelling.match(myRegex)Screenshot
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels