fix(curriculum): Remove unnecessary comments (#41774)
* fix: Remove unnecessary comments https://github.com/freeCodeCamp/freeCodeCamp/pull/41612 * Add empty line
This commit is contained in:
@ -76,10 +76,9 @@ if(typeof myArray !== "undefined" && typeof myData !== "undefined"){(function(y,
|
|||||||
## --seed-contents--
|
## --seed-contents--
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// Setup
|
|
||||||
var myArray = [50,60,70];
|
var myArray = [50,60,70];
|
||||||
|
|
||||||
// Only change code below this line
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# --solutions--
|
# --solutions--
|
||||||
|
Reference in New Issue
Block a user