Removes the enclosing parentheses in the second assert error message for the basic-javascript challenge 'Escaping Literal Quotes'.
Previous error message was:
Variable myStr should equal to (I am a "double quoted" string inside "double quotes").
The new error message is now:
Variable myStr should contain the string: I am a "double quoted" string inside "double quotes".