Browser APIs and Web Technologies
This section covers the browser APIs and web technologies in JavaScript.
Last updated: 2024-12-26Explore the browser APIs and web technologies in JavaScript, including DOM, BOM, HTTP, Web Workers, Web Storage, Web Audio, Web Sockets.
JavaScript Local Storage and Session Storage. Data Storage for Web Applications
A comprehensive guide on using Local Storage and Session Storage in JavaScript, with examples and practical exercises
Cookies in JavaScript
A comprehensive guide to working with cookies in JavaScript, covering cookie creation, setting, reading, and deletion.