Open grpair opened 1 year ago
String.fromCharCode("A".charCodeAt(0) + index) begins to return characters not letters after 26 rows.
String.fromCharCode("A".charCodeAt(0) + index)
String.fromCharCode("A".charCodeAt(0) + index)
begins to return characters not letters after 26 rows.