* Added list of commonly misspelled english words
* restricted list to those that also appear in english 10k list
* added new file
Co-authored-by: Arie Bates-Hermans <ariebateshermans@gmail.com>
Makes use of jQuery.fn.on 2nd argument selector
(https://stackoverflow.com/a/1207393/6791873).
Apart from being a lot simpler and cross-platform, this also fixes replay
seeking breaking in some strange conditions like having the Firefox
devtools open. Yes, it took me a while to figure that one out.
I just briefly updated some quotes that I found some mistakes in while typing them. I don't know, if that are all now, because I might have not typed all the 200 new ones yet, but I hope that's all for now.
* Proofreading Text Changes/Fixes
* Proofreading Text Changes/Fixes 2
Changed the order of which text editor, GIT, Firebase, and NPM are both listed in the Prerequisets list and on this page itself, to both make more sense in regards to the order for which one should do/get each and to correspond directly to the order within the list (text editor is the "first" item in the list and therefore is the first thing explained in the rest of the sheet, etc).
* Proofreading Text Changes/Fixes
Just a few simple edits
* Proofreading Text Changes/Fixes
* Proofreading Text Changes/Fixes
* Proofreading Text Changes/Fixes
Gets rid of `defaultScore` (which was hacky), instead makes the learning rate faster at the start so that it's a simple mean for the first `perCharCount` of each letter and an exponential average afterwards. Chars that haven't been seen at all don't contribute to a word's score.
The effect should be that it seems "fairer" with only a small amount of input.