Remove unnecessary comments (#41775)
https://github.com/freeCodeCamp/freeCodeCamp/pull/41612
This commit is contained in:
@ -58,10 +58,8 @@ if(typeof myArray !== "undefined"){(function(){return "myData: " + myData + " my
|
|||||||
## --seed-contents--
|
## --seed-contents--
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// Setup
|
|
||||||
var myArray = [[1,2,3], [4,5,6], [7,8,9], [[10,11,12], 13, 14]];
|
var myArray = [[1,2,3], [4,5,6], [7,8,9], [[10,11,12], 13, 14]];
|
||||||
|
|
||||||
// Only change code below this line
|
|
||||||
var myData = myArray[0][0];
|
var myData = myArray[0][0];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user