It’s not an issue I think. The purpose behind the challenge instructions is to check your ability of previous learning. Then the test give the correct hint below, when someone isn’t able to pass the challenge.
The requirements say you should call the function on the property and then corrects it to only part of the value in the hints, I would call that misleading.
If you follow the requirements to the letter, you are guarantied to fail the first time because the requirements are wrong.
Finally, it is time to call the removeSpecialChars on the id, title, and description properties in your taskObj.
Call removeSpecialChars on the title, and description properties in your taskObj. For the id property, only call it on the titleInput.value part of the property value.