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:
Emer Conghaile
2021-04-08 11:36:05 -05:00
committed by GitHub
parent 7a26126478
commit a9a68fa498

View File

@ -76,10 +76,9 @@ if(typeof myArray !== "undefined" && typeof myData !== "undefined"){(function(y,
## --seed-contents--
```js
// Setup
var myArray = [50,60,70];
// Only change code below this line
```
# --solutions--