Learn localStorage by Building a Todo App - Step 25

Tell us what’s happening:

this is infuriating i think nobody has any problem with this step I don’t understand what I am doing wrong here

Your code so far

<!-- file: index.html -->

/* file: styles.css */

/* file: script.js */
// User Editable Region

 <p><strong>Title: ${title}</strong></p>       

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Learn localStorage by Building a Todo App - Step 25

1 Like

first step:

Create a p element and use template strings to set its content to the title you destructured.

Second step:

Right before the content of the p element, create a strong element with the text Title: .

the strong element gets only the text Title: , please try to change your code to follow this instruction

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.