I have familiarized myself with the code, but I do not understand what everything does quite yet.
this is more of a code style thing but avoid using var, and use const instead to constrain variables to block scope. other than that I don't see any glaring issues.
Thanks @AndreBClark. Great feedback. I'll be more consistent with that in the future.
Thanks @AndreBClark. Great feedback. I'll be more consistent with that in the future.