// pseudocode const KEY = 'filmyfly_watchlist_v1'; function getWatchlist() function addToWatchlist(id) function removeFromWatchlist(id) const state = JSON.parse(localStorage.getItem(KEY)
Which one should I generate next?