fix(challenges): typos and verbiage in previous fixes
This commit is contained in:
@@ -1727,7 +1727,7 @@
|
||||
"id": "56533eb9ac21ba0edf2244bb",
|
||||
"title": "Word Blanks",
|
||||
"description": [
|
||||
"We will now use our knowledge of strings to build a \"<a href='https://en.wikipedia.org/wiki/Mad_Libs' target='_blank'>Mad Libs</a>\" style word game we're calling \"Word Blanks\". You will create an (optionally humorous) \"Fill in the Blanks\" style sentence. Here's an example incomplete sentence.",
|
||||
"We will now use our knowledge of strings to build a \"<a href='https://en.wikipedia.org/wiki/Mad_Libs' target='_blank'>Mad Libs</a>\" style word game we're calling \"Word Blanks\". You will create an (optionally humorous) \"Fill in the Blanks\" style sentence. Here's an example of an incomplete sentence.",
|
||||
"<code>\"The ______ ______ looked around ______ then ______ into the house\"</code>",
|
||||
"These four blanks would be filled in this order: (adjective) (noun) (adverb) (verb)",
|
||||
"You will need to use string concatenation to build a new string, <code>result</code>, using the variables <code>myNoun</code>, <code>myAdjective</code>, <code>myVerb</code>, and <code>myAdverb</code>. These variables are passed to the function as parameters. Don't change these parameter names in the function.",
|
||||
|
Reference in New Issue
Block a user