freeCodeCamp needs to fix the problem of refresh
something put the correct code but he regester an error
what kind of problem is that?
can someone explain.
Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.
Can you please say exactly what you are seeing and what steps you take to see this issue?
I was at an javascript lesson and i follow the exact step by step, but he said that it was wrong, i called my dad witch is an expert, and he said that it was okay, he resset the lesson and but the same code and it worked.
It would help if you provide the exact set of steps someone could follow, including which lesson it was.
Here is my code
const formInputsContainValues = titleInput.value || dateInput.value || descriptionInput.value;
const formInputValuesUpdated = titleInput.value !== currentTask.title || dateInput.value !== currentTask.date || descriptionInput.value !== currentTask.description;
i tried the first time but it dint work but when i resset the lesson it worked
oh here is the step
Step 52
If the user attempts to edit a task but decides not to make any changes before closing the form, there is no need to display the modal with the Cancel
and Discard
buttons.
Inside the closeTaskFormBtn
event listener, use const
to create another variable named formInputValuesUpdated
. Check if the user made changes while trying to edit a task by verifying that the titleInput
value is not equal to currentTask.title
, or the dateInput
value is not equal to currentTask.date
, or the descriptionInput
value is not equal to currentTask.description
.
it was the todo app project.
Can you provide a link to this step?
Do you use a VPN?
Browser plugins?
Learn localStorage by Building a Todo App: Step 52 | freeCodeCamp.org
I sometimes use VPN
Were you using VPN when the problem occured?
I use VPN always and it never seems to cause a problem, but it can be a factor.
I think i was using but the connection was good.
Might not manifest as a general connection problem.
I’m unable to replicate the problem but if it happens again it’s best to reduce the number of factors:
- Turn off VPN
- disable browser extentions
- try a different browser, etc.
When you are coming to the forum to ask for help you’ll always need to supply as much information as you can, at least your code and a link to the step you are on.
It’s easiest to use the Help button on the page which will do this for you.
But in that case i think sometimes the site has a bug.
If we cannot replicate it, it can just as easily be a bug with your computer setup.
Yes sure thanks.