Anna

Results 441 comments of Anna

Is allowing for spaces inside the parentheses valid?

I'm still a little stumped because now I get illegal invocation errors.

![The error](https://i.imgur.com/w1J4MAf.png)

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. ![Latest progress](https://i.imgur.com/QuiL1Qy.png)

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...

> > > 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...