Hi
Could you help me fix my error please,
i dont understand why this error occure
const taskObj = {
id: removeSpecialChars(titleInput.value),
title: removeSpecialChars(titleInput.value),
date: dateInput.value,
description: removeSpecialChars(descriptionInput.value),
};
on my log i have
// running tests 1. You should call
removeSpecialChars
on
titleInput.value
when assigning the
id
. // tests completed