Added semicolon to statement

This commit is contained in:
cdrainxv
2017-02-11 22:13:15 -07:00
parent c27e63224a
commit 69d3b09894

View File

@ -365,7 +365,7 @@
"challengeSeed": [
"let difficultSpelling = \"Mississippi\";",
"let myRegex = /change/; // Change this line",
"let result = difficultSpelling.match(myRegex)"
"let result = difficultSpelling.match(myRegex);"
],
"tests": [
"assert(/\\+/.test(myRegex.source), 'message: Your regex <code>myRegex</code> should use the <code>+</code> sign to match one or more <code>s</code> characters.');",