Telegram Web Link
JavaScript String Methods
❀4πŸ‘1
πŸ“ŒFigma Plugins
❀1πŸ‘1
React Redux Workflow - Graphical Cheat Sheet
❀2πŸ‘1
πŸ“ŒColor Psychology Cheatsheet
πŸ‘3❀2
πŸ“ŒContrast between a good UX layout and a BAD UX layout
❀4
How Git works
πŸ‘3❀1
How does Https work
πŸ‘3❀2
JWT
❀4
HTTP Request Methods
❀1πŸ‘1
❀1
CSS Cheat Sheet
❀6
PHP CHEATSHEET
❀2πŸ‘2
CORS request path
❀2πŸ‘2πŸ₯°1
Var Vs let Vs const
❀3
HTTP Status Codes
❀3πŸ‘1
Cookies Vs Sessions
❀3πŸ‘1
REST API Cheatsheet
❀3
🧩 JavaScript Quiz

In JavaScript, which keyword is used to declare a variable that cannot be reassigned after its initial value is set?
Anonymous Quiz
15%
let
5%
immutable
69%
const
11%
var
Components of Docker
πŸ‘2❀1
localStorage Persistence: The Silent Bank Vault

What’s happening?

localStorage is like a browser’s hard drive. It survives tab/window closures, even system reboots.

Unlike sessionStorage (which dies with the tab), localStorage sticks until explicitly cleared (localStorage.clear() or user clears browsing data).

Gotcha: It’s synchronous meaning it blocks the main thread if you store large data.
❀2πŸ‘1
2025/10/22 09:04:19
Back to Top
HTML Embed Code: