Difference between revisions of "Team:Purdue/Navpage"

Line 25: Line 25:
 
//Generate an array for each letter;
 
//Generate an array for each letter;
 
var charCode = 65;
 
var charCode = 65;
for(i = 0; i<26; i++;){
+
for(i = 0; i<26; i++){
 
     entryBlock[i]= letterEntry(String.fromCharCode(charCode));
 
     entryBlock[i]= letterEntry(String.fromCharCode(charCode));
 
}
 
}

Revision as of 22:09, 12 June 2018

Bootstrap Example