Content deleted Content added
add standard deviation of word length |
more consistent labels |
||
(One intermediate revision by the same user not shown) | |||
Line 236:
addRow(overviewTableBody, 'Words', totalWordCount);
addRow(overviewTableBody, 'Syllables', totalSyllableCount);
addRow(overviewTableBody, '
addRow(overviewTableBody, 'Standard deviation
function getStandardDeviation(numbers){
|