Tell us what’s happening:
Your code so far
title: titleInput.value,
date : dateInput.value,
description: descriptionInput.value,
Ok, i’ve checked, i inspected different solutions, i’ve been stucked for 4 days with this. I tried different browsers. Nothing worked. What should i do?
hello and welcome to fcc forum
can you share url for this “step/exercise”?
share your attempted code using “three backticks enclosing them”
happy coding
Hi, here the url: https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-localstorage-by-building-a-todo-app/step-14
'''title: titleInput.value,
date : dateInput.value,
description: descriptionInput.value'''
thanks for your help.
Teller
January 26, 2024, 7:45pm
4
Welcome to the forum @alexandre.datascienc
alexandre.datascienc:
date :
Try removing the space before the colon.
Happy coding
Thanks, it finally worked:)
1 Like
system
Closed
July 27, 2024, 7:59am
6
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.