© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Victor Vedenin
Hey! Thanks for the article! There are little typos in examples - you trying to access to global variables with uppercased window object. It won't work. You should use window.localStorage or just localStorage
window.localStorage
localStorage
Akinleye Oyinbayode Peters
FrontEnd Development
Thank you Victor!
That was unintended.
Yes, localStorage would work just fine in practice. I'd edit the post