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

Which is what you’re looking for? I don’t get the output from the undefined. You can’t output a set.

  • Setters add/update a value
  • Getters return a value.

I know, I meant that getting the following output from the getter:

1

Is what I was looking for :slight_smile:

I just meant to show the entire process from start to finish (including the undefined console output for the setter), was fine :slight_smile: