Updated missing link for JS regex resources (#34306)
JS regex resources link above advanced solution wasn't referencing any webpage. Updated it to link to MDN's regular expressions guide.
This commit is contained in:
@ -102,7 +102,7 @@ You will create a program that takes a sentence, then search for a word in it an
|
||||
|
||||
#### Relevant Links
|
||||
|
||||
* <a>JS Regex Resources</a>
|
||||
* <a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions' target='_blank' rel='nofollow'>JS Regex Resources</a>
|
||||
|
||||
##  Advanced Code Solution:
|
||||
|
||||
|
Reference in New Issue
Block a user