Jeremy L Thompson

Results 251 comments of Jeremy L Thompson

Proposed change: > The same effect could be achieved by nesting an `if` statement inside another `if`. ```javascript if (num > 5) { if (num < 10) { return "Yes";...

Those tests initiate their own values so they are fine. I'm talking about the tests that fail if users modify their seed code to not have the object initialization. The...

We don't assign issues. The first PR that fully covers the issue will be accepted.

Simpler language is better. Complex sentence structure is harder for learners (and non-learners tbh) to understand. I like @bbsmooth's wording, as its close to MDN's. > You can have multiple...

I think overall it might be worth simplifying the language in the ES6 section. I think this sort of issue isn't exactly uncommon based upon learner questions on the forum.

It was in the shuffle, but I liked @bbsmooth suggestion that we call them "Track 1" etc instead of "Stage 1", especially since many of these are fine to do...

I agree. Nothing to fix here

I don't think we should displace any critical functionality (navbar, instructions, editable region, or submission button) to make room for the progress bar higher on the page. I don't see...