JavaScript Tutorial ✦
Browser Object Model (BOM)
APIs for interacting with the browser environment beyond the DOM.
window.open('https://example.com');
navigator.geolocation.getCurrentPosition(position => console.log(position));
APIs for interacting with the browser environment beyond the DOM.
window.open('https://example.com');
navigator.geolocation.getCurrentPosition(position => console.log(position));