diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json
index 42a2c2d41b..da99c1e502 100644
--- a/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/challenges/01-front-end-development-certification/basic-javascript.json
@@ -971,7 +971,7 @@
],
"tests": [
"assert(myStr === \"This is the start. This is the end.\", 'message: myStr
should have a value of This is the start. This is the end.
');",
- "assert(code.match(/\"\\s*\\+\\s*\"/g).length > 1, 'message: Use the +
operator to build myStr
');"
+ "assert(code.match(/This is the start\\.\\s*[\"']\\s*(.)\\s*[\"']This is the end\\.[\"'];\\s*$/)[1] === \"+\", 'message: Use the +
operator to build myStr
');"
],
"type": "waypoint",
"challengeType": "1",