Anna
Anna
Is allowing for spaces inside the parentheses valid?
(I meant for this to be a draft)
I'm still a little stumped because now I get illegal invocation errors.

I believe that `win.EventTarget.prototype.addEventListener` is maybe a false positive for the following rule. https://typescript-eslint.io/rules/unbound-method/ This function reference exists in the global scope and is not called until later with the...
I am getting somewhere at least. 
I believe everything is ready for review now.
> @a2937 Would you provide some instructions on how to test your fixes. Manual testing: Step One: Start up the local FreeCodeCamp client and server with MongoDB database running in...
Understandable.
> > > I wish we could DRY this out a bit, but it works as is! I could create a new method in test-evaluator called "pushLogs" that would take...