Merge pull request #6442 from tahmid-ul/fix/remove-double-quotes

Removed double quotes
This commit is contained in:
Logan Tegman
2016-01-25 09:30:14 -08:00

View File

@ -766,7 +766,7 @@
"This signals JavaScript that the following quote is not the end of the string, but should instead appear inside the string.", "This signals JavaScript that the following quote is not the end of the string, but should instead appear inside the string.",
"<h4>Instruction</h4>", "<h4>Instruction</h4>",
"Use <dfn>backslashes</dfn> to assign the following to <code>myStr</code> variable:", "Use <dfn>backslashes</dfn> to assign the following to <code>myStr</code> variable:",
"<code>\"I am a \"double quoted\" string inside \"double quotes\"\"</code>" "<code>I am a \"double quoted\" string inside \"double quotes\"</code>"
], ],
"releasedOn": "January 1, 2016", "releasedOn": "January 1, 2016",
"challengeSeed": [ "challengeSeed": [