Jessica Wilkins

Results 154 issues of Jessica Wilkins

### Describe the Issue A camper on the forum brought up a good point here https://forum.freecodecamp.org/t/learn-modern-javascript-by-building-football-team-cards-step-30/658878/15?u=jwilkins.oboe In the HTML markup, if the player is a captain, then the word captain...

type: bug
scope: curriculum
status: PR in works
new javascript course

### Describe the Issue For the second test, it should be updated to use the deepEqual instead ````js You should assign `"selur pmaCedoCeerf".split()` to your `exampleSentence` variable. ```js assert.deepEqual(exampleSentence, "selur...

type: bug
scope: curriculum
first timers only
new javascript course

### Describe the Issue A camper on the forum was unable to pass the step. https://forum.freecodecamp.org/t/learn-fetch-and-promises-by-building-an-fcc-authors-page-step-28/684960 This was their code ```js authorContainer.innerHTML = `There was an error loading the authors`;...

type: bug
help wanted
scope: curriculum
new javascript course

### Describe the Issue We have a camper on the forum unable to pass the test for step 65. https://forum.freecodecamp.org/t/need-help-with-step-65-of-todo-project/684881/4 They technically have the correct answer, but the directions say...

type: bug
scope: curriculum
status: PR in works
new javascript course

### Describe the Issue We had a camper on the forum unable to pass because of spacing issues. https://forum.freecodecamp.org/t/learn-basic-javascript-by-building-a-role-playing-game-step-17/684913 Here was their code ```html XP: 0 Health: 100 Gold: 50...

type: bug
help wanted
scope: curriculum
new javascript course

### Describe the Issue A camper on the forum ran into an issue here https://forum.freecodecamp.org/t/learn-modern-javascript-methods-by-building-football-team-cards-step-25/685021 They wanted to know why they couldn't pass with a regular function for the callback....

type: bug
help wanted
scope: curriculum
new javascript course

### Describe the Issue In [step 7](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-basic-algorithmic-thinking-by-building-a-number-sorter/step-7) of the project, campers create this `inputValues` array ```js const inputValues = [ ...document.getElementsByClassName("values-dropdown") ].map((dropdown) => Number(dropdown.value)); ``` I think it would be...

type: bug
help wanted
scope: curriculum
new javascript course

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...

status: waiting review
scope: curriculum
scope: i18n
new javascript course

### Describe the Issue There are a few grammar issues in this description. Plus the description can be broken up with spacing a little bit better for readability. ## updated...

type: bug
help wanted
scope: curriculum
new javascript course

### Describe the Issue We had camper that was able to pass the test for step 44 of the pyramid project. However, they created an infinite loop with recursion because...

type: bug
scope: curriculum
first timers only
new javascript course