diff --git a/js/checking.js b/js/checking.js index 9f72c46..d4680d7 100644 --- a/js/checking.js +++ b/js/checking.js @@ -1,4 +1,5 @@ function search(twoD,oneD){ + // Searches a two dimensional array to see if it contains a one dimensional array. indexOf doesn't work in this case for(var i=0;i