Implement functions to save and retrieve values from localStorage: - getFromStorage(key: string) - saveToStorage(key: string, value: string) - getFromStorageJSON(key: string) - saveToStorageJSON(key: string, value: object)
Implement functions to save and retrieve values from localStorage: