Difference between revisions of "Team:Purdue/Navpage"

Line 25: Line 25:
 
var charCode = 65;
 
var charCode = 65;
 
for(i = 0; i<26; i++){
 
for(i = 0; i<26; i++){
     entryBlocks[i]= new letterEntry(String.fromCharCode(charCode));
+
     entryBlocks[i]= new letterEntry(String.fromCharCode(charCode+i));
 
}
 
}
 
arrayToList();
 
arrayToList();

Revision as of 16:43, 13 June 2018

Bootstrap Example