Guest User

Untitled

a guest
May 16th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. /**
  2. * @function updateWpm
  3. */
  4.  
  5. function updateWpm () {
  6. if (stringTyped.length > 0) {
  7. wordsPermin = stringTyped.split(' ').length / (time / 60)
  8. }
  9. }
Add Comment
Please, Sign In to add comment