Lasse Jørgensen

Results 175 comments of Lasse Jørgensen

I also see it when logged in. It literally became so bad that is spiked the CPU if I held down a key and just let it repeat. It might...

@ojeytonwilliams I was briefly looking at the Progress component and saw ProgressInner [`client/src/components/Progress/progress-inner.tsx`](https://github.com/freeCodeCamp/freeCodeCamp/blob/main/client/src/components/Progress/progress-inner.tsx) Something about that code doesn't sit right with me. The `lastShopwnPercent` and `myInterval` variable names seems a...

I have unpinned the issue, considering it is closed as completed.

I think the text makes it sound like multiple if statements are the same as a `if/else if`. It doesn't really convey how the condition of the `if` statement the...

Sure, we can do that. Anyway, here is one way we might write the instructions. > Move the nested `if` statement out of the `else` block and combine the two...