I realized that just changing the value in the wpm variable on line 19 won't work. You'll need to go to line 117 and change the line from " var minutes = words_count/250; " to " var minutes = words_count/(wpm); " in order to use the value you store in the wpm variable on line 19 to work.
I realized that just changing the value in the wpm variable on line 19 won't work. You'll need to go to line 117 and change the line from " var minutes = words_count/250; " to " var minutes = words_count/(wpm); " in order to use the value you store in the wpm variable on line 19 to work.