fix(learn): add notMatch method to instructions (#39655)

update use regular expressions to test a string with the notMatch method
This commit is contained in:
Menno
2020-09-24 22:32:55 +01:00
committed by GitHub
parent 6ccd0d21a1
commit 9d2e89984c

View File

@ -13,8 +13,8 @@ As a reminder, this project is being built upon the following starter project on
## Instructions ## Instructions
<section id='instructions'> <section id='instructions'>
Use <code>assert.match()</code> to make the tests pass. Use <code>assert.match()</code> or <code>assert.notMatch()</code> to make the tests pass.
</section> </section>
## Tests ## Tests