diff --git a/nested_arrays_exercise/solution.js b/nested_arrays_exercise/solution.js index 8e257c0..28af68d 100644 --- a/nested_arrays_exercise/solution.js +++ b/nested_arrays_exercise/solution.js @@ -8,8 +8,9 @@ function rotate(arr, num){ function makeXOGrid(rows,amount){ var finalArr = [] - var startWithX = true + for(var i=0; i