mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
added semicolon
This commit is contained in:
parent
4116d30b42
commit
d1b1c508f5
@ -481,7 +481,7 @@
|
||||
"Use the <code>caret</code> character in a regex to find <code>\"Cal\"</code> only in the beginning of the string <code>rickyAndCal</code>."
|
||||
],
|
||||
"challengeSeed": [
|
||||
"let rickyAndCal = \"Cal and Ricky both like racing.\"",
|
||||
"let rickyAndCal = \"Cal and Ricky both like racing.\";",
|
||||
"let calRegex = /change/; // Change this line",
|
||||
"let result = calRegex.test(rickyAndCal);"
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user