Global & Window Objects

Dialogs & User Interaction

alert("Hello, world!");
const isConfirmed = confirm("Are you sure?");
const userInput = prompt("Enter your name:");

Window Control & Utilities