Multiplication tables: Difference between revisions

(Add (way overboard) Jsish)
Line 3,051:
if (tableSize < 1 || tableSize > 20) tableSize = 12;
 
width = Math.floor(Math.logString(tableSize * tableSize) / Math.log(10)) + 1length;
var spaces = ' '.repeat(width+1);
 
Anonymous user