Skip to content

missing semicolon still passes #13291

@Sirjustin

Description

@Sirjustin

Regular Expressions: Match Characters that Occur One or More Times

http://beta.freecodecamp.com/en/challenges/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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions