fix(curriculum): Remove additional unnecessary assert message argument wrapped in double quotes from various curriculum sections (#36457)
* fix: remove double quoted assert msg arg - responsive * fix: remove double quoted assert msg arg - js * fix: remove double quoted assert msg arg - libraries * fix: remove double quoted assert msg arg - coding interview
This commit is contained in:
committed by
Parth Parth
parent
8e6c26f271
commit
d0d8282f86
@ -46,7 +46,7 @@ Modify the code to show the correct prototype chain.
|
||||
```yml
|
||||
tests:
|
||||
- text: Your code should show that <code>Object.prototype</code> is the prototype of <code>Dog.prototype</code>
|
||||
testString: assert(/Object\.prototype\.isPrototypeOf/.test(code), "Your code should show that <code>Object.prototype</code> is the prototype of <code>Dog.prototype</code>");
|
||||
testString: assert(/Object\.prototype\.isPrototypeOf/.test(code));
|
||||
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user