Content deleted Content added
allow alternate color scheme |
add words per sentence |
||
Line 234:
addRow(overviewTableBody, 'Words', totalWordCount);
addRow(overviewTableBody, 'Syllables', totalSyllableCount);
addRow(overviewTableBody, 'Words per sentence', (totalWordCount/totalSentenceCount).toFixed(2));
}
|