Lasse Jørgensen

Results 87 issues of Lasse Jørgensen

Checklist: - [x] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org). - [x] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/#/how-to-open-a-pull-request). - [x] My pull...

scope: curriculum

Checklist: - [x] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org). - [x] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/#/how-to-open-a-pull-request). - [x] My pull...

scope: curriculum

### Describe the Issue The text `You attack it with your .` has a space in front of it that you can't see in the challenge text. Not sure if...

type: bug
help wanted
scope: curriculum
new javascript course

### Describe the Issue Edited steps to reflect the new order (was 41-42 before). The tests will pass if you invoke the callbacks instead of assigning the definition/identifier. 40 passing...

type: bug
help wanted
scope: curriculum
new javascript course

### Describe the Issue I know this would be a lot of changes but I would really prefer if we didn't do that whenever possible. A few inline handlers in...

status: discussing
scope: curriculum
new javascript course

### Describe the Issue We should not require the result to be inside a `div` element. If we absolutely must require an element type, I would suggest we require a...

help wanted
scope: curriculum
new javascript course

### Describe the Issue - Go to the last step and complete it. - Use the form and check the browser console. > Uncaught TypeError: Cannot read properties of null...

type: bug
status: discussing
scope: curriculum
new javascript course

### Describe the Issue > You should assign the `isSpam()` function call to `result.textContent`. We are not assigning the function call to anything. Not 100% sure what the expected error...

type: bug
scope: curriculum
status: waiting triage
new javascript course

### Describe the Issue The last requirement is poorly worded. > After that, create a `nextSongExists` constant that checks if a next song exists. The `nextSongExists` is a variable containing...

type: bug
help wanted
scope: curriculum
new javascript course

### Describe the Issue Setting `Browser.site = "http://localhost:3000";` causes the error `TypeError: bind EINVAL 0.0.0.0` Using `Browser.site = "http://0.0.0.0:3000";` Or forcing the DNS result order ([setDefaultResultOrder](https://nodejs.org/api/dns.html#dnssetdefaultresultorderorder)) ``` // add before...

type: bug
status: discussing
scope: curriculum