A modal pop-up box in JavaScript is a small window that appears on top of the main content to display important information or prompt the user for action. It can be triggered by clicking a button or after a certain event, and typically includes a close button or other interaction options. The main page is dimmed or disabled while the modal is open, ensuring the user's focus is on the pop-up.