Fixed Typo (#35098)

This commit is contained in:
Mahesh Jaganiya
2019-02-08 12:22:14 +05:30
committed by Randell Dawson
parent 84e28bd0f0
commit d11bb33f56

View File

@ -42,7 +42,7 @@ challengeType: 5
```yml ```yml
tests: tests:
- text: <code>brain(bye)</code> should retuen a string - text: <code>brain(bye)</code> should return a string
testString: assert(typeof brain(bye) === 'string', '<code>brain(bye)</code> should return a string'); testString: assert(typeof brain(bye) === 'string', '<code>brain(bye)</code> should return a string');
- text: <code>brain("++++++[>++++++++++<-]>+++++.")</code should return "A" - text: <code>brain("++++++[>++++++++++<-]>+++++.")</code should return "A"
testString: assert.equal(brain("++++++[>++++++++++<-]>+++++."),"A", '<code>brain("++++++[>++++++++++<-]>+++++.")</code should return "A"'); testString: assert.equal(brain("++++++[>++++++++++<-]>+++++."),"A", '<code>brain("++++++[>++++++++++<-]>+++++.")</code should return "A"');