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