hbar1st
hbar1st
### Describe the Issue After completing step 23, (in the Todo app of the js beta) I noticed a new pair of parenthesis were added on line 48 and 50...
### Describe the Issue Step 22 of build a Todo app can use a better a hint or a short reminder on destructuring if one can be added into the...
### Describe the Issue In step 9 of the dice game project in the js beta curriculum, the following request is made: ``` The function will need to add the...
### Describe the Issue Step 77 of the decimal to binary converter project (js beta) says this: Now your showAnimation() function is set up. But if you look closely at...
I have noticed that many people working on the palindrome project will fail to realize that trying to grab the value of an input field outside of an event handler...
### Describe the Issue The instructions in step 105 of the decimal to binary converter project (js beta) refers to using the .getElementById() method to set the textContent property of...
### Describe the Issue in step 99 of the decimal to binary project (js beta), the instructions are: >Set the value of the msg property to the following string: >Example...
### Describe the Issue I was messing around with the sample cash register project given by fCC here: https://cash-register.freecodecamp.rocks/ and managed to end up with a negative number in the...
### Describe the Issue In step 9 of the review algorithmic thinking by building a dice game project (js beta), if you make a mistake in the line of code...
### Describe the Issue hi guys, I've seen two cases in the js beta curriculum where a step requests that an alert is added but will not allow the camper...