Value of Local Storage setItem won't be printed either in getItem or in console.log

Dear Dave, thanks.

localStorage.setItem("first_example", 1);

undefined

localStorage.getItem("first_example");

1

I think that that’s what I was looking for :slight_smile: