fix(curriculum): Consolidated comments for JavaScript Algorithms and Data Structures challenges - part 2 of 4 (#38259)
This commit is contained in:
@ -55,7 +55,10 @@ tests:
|
||||
<div id='js-seed'>
|
||||
|
||||
```js
|
||||
let chewieRegex = /change/; // Only change this line
|
||||
// Only change code below this line
|
||||
let chewieRegex = /change/; // Change this line
|
||||
// Only change code above this line
|
||||
|
||||
let result = chewieQuote.match(chewieRegex);
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user