Ionic Angular: I want to add up numbers to local storage

Hi,

I am trying to add up numbers to local storage. By parseInt but it doesn’t work.

How can I fix this? Thanks :slight_smile:

storedData: string=’’;
showCount: Number;

CountData() {
parseInt(localStorage.setItem(“storedData”, JSON.stringify(this.showCount)));
}