Lasse Jørgensen

Results 183 comments of Lasse Jørgensen

Usually, people can fix it by clearing the cache and closing and reopening the browser. Switching browsers also helps (likely for the same reason, fresh code). I get the feeling...

I don't think this is completed just because we can't reliably reproduce it. It still happens, I have had it happen recently in one of the Python curriculum steps. I...

Weird, I just randomly reproduced it in my test browser. Clearing the `localStorage` fixed it. I can do it reliably. With the dev tools open, completed the challenge, reset it,...

We should check the response and try/catch the fetch. We should build the string before adding it to the DOM, not concatenate it directly to the DOM. Another option would...

Please use [the forum](https://forum.freecodecamp.org) for support. Thank you. --- You have to click the `Done` button when you import the boilerplate before you click the Run button. https://forum.freecodecamp.org/t/basic-node-and-express-meet-the-node-console/604779/3

I would be fine with it being more explicit. Not sure if it is really needed but it wouldn't hurt. --- As an aside, using vendor prefixing to teach Mixins...

I wouldn't mind if this was rewritten but everything except parts of the challenge text would need to be changed (the challenge text, the example, the seed code, the requirements,...

You may want to wait with the PR until we get more consensus. You can start working on it but I can't guarantee that it will be approved if others...

Yes. I'm sure we can come up with a simple example of using spread for arguments. Here is the MDN example ``` function sum(x, y, z) { return x +...

I think the assert message is more clear than the instructions. So maybe we reuse that in the instructions. > Re-organize the CSS rules so the `h1` and `p` selectors...