<button type="button" onclick="alert('Caixa de alerta');">Alert</button>
<button type="button" onclick="confirm('Caixa de confirmação');">
  Confirm
</button>
<button type="button" onclick="prompt('Caixa de dados', 'Placeholder')">
  Prompt
</button>

Click os botões: