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:
@ -13,7 +13,7 @@ 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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user