Help with using Local Storage in Applications tab in my browser console

The instructions state:

A myTaskArr array has been provided for you. Use the setItem() method to save it with a key of data.

After that, open your browser console and go to the Applications tab, select Local Storage, and the freeCodeCamp domain you see.

I have done the setItem fine but when I go to my browser console and go to the Applications tab I only see this:

There is no Local Storage here. If I click on Manifest I get:

Please advise. Many thanks

Challenge Information:

Learn localStorage by Building a Todo App - Step 48

I have found it - under Storage and not under Application Data

1 Like

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