Diese Funktion wird verwendet, um Artikel im lokalen Speicher zu speichern
window.localStorage.setItem("grade","One");
//in this case, the `grade` is the key while `One` is the value.
Ariful Islam Adil(Code Lover)