Lasse Jørgensen
Lasse Jørgensen
### Describe the Issue It looks like the expected array is wrong in the last test. Also, I'm not sure if it should only account for what is the same....
### Describe the Issue I think we can make the instructions more clear. They are a bit confusing. > Add one final property to the object named `text`. Give this...
### Describe the Issue I would suggest this step is far too terse and expects a fixed solution when it isn't the only option. You are not able to log...
### Describe the Issue Having 16 steps of boilerplate HTML before you even get to any JS seems a bit much. Why not move steps 2 to 17 to before...
### Describe the Issue Either any valid solution should pass, or the text should specify the solution it requires. I would suggest both updating the text and the hint. The...
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...
### Describe the Issue I don't think we should be teaching the use of `indexOf` as we are in this step. It is fine if the index is needed but...
### Describe the Issue I haven't looked at much of the new curriculum but I assume the fact that you need to convert the hyphenated aria attribute value to camel...
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...
### Describe the Issue The instructions. > For now, print your `text` variable to the screen by including the variable name between the opening and closing parentheses of the print()...