File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
curriculum/challenges/english/blocks/workshop-greeting-bot Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Use string concatenation to join the string `"My favorite subject is "` with the
1313
1414Assign the result to the ` favoriteSubjectSentence ` variable.
1515
16- Then, log the value of ` favoriteSubjectSentence ` to the ` console ` .
16+ Then, log the value of ` favoriteSubjectSentence ` to the console.
1717
1818# --hints--
1919
@@ -41,7 +41,7 @@ You should have a `console` statement in your code.
4141assert .lengthOf (__helpers .removeJSComments (code).match (/ console\. log(. * )/ g ), 8 );
4242```
4343
44- You should log the value of ` favoriteSubjectSentence ` to the ` console ` .
44+ You should log the value of ` favoriteSubjectSentence ` to the console.
4545
4646``` js
4747assert .match (__helpers .removeJSComments (code), / console\. log\s * \( \s * favoriteSubjectSentence\s * \) / );
You can’t perform that action at this time.
0 commit comments