fixing typo for one of the challenges in es6 section for issue #34578 (#34579)

* fixing typo on UI

* changed tes string

* updated changes for issue #34578
This commit is contained in:
Ashish Singh
2018-12-15 11:56:12 +05:30
committed by Aditya
parent 738fa3553d
commit ffce49d024

View File

@ -23,8 +23,8 @@ The following function should be the fallback value for the module. Please add t
```yml
tests:
- text: Proper used of <code>export</code> fallback.
testString: getUserInput => assert(getUserInput('index').match(/export\s+default\s+function\s+subtract\(x,y\)\s+{return\s+x\s-\s+y;}/g), 'Proper used of <code>export</code> fallback.');
- text: Your code should use <code>export</code> fallback.
testString: getUserInput => assert(getUserInput('index').match(/export\s+default\s+function\s+subtract\(x,y\)\s+{return\s+x\s-\s+y;}/g), 'Your code should use <code>export</code> fallback.');
```