Removed double quotes

closes #5825
This commit is contained in:
Tahmid ul karim
2016-01-25 21:19:59 +06:00
parent 1185447c12
commit 4c00a60331

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": [