You've explored the browser APIs that extend JavaScript's capabilities. You can store data with localStorage and sessionStorage, manage navigation with History API, and access the clipboard and geolocation.
You know Intersection Observer for visibility detection and Web Workers for background processing. These APIs let you build sophisticated web applications with native features.