Lesson 01 In this lesson we developed our first script to an simple stylized page. Commands window.alert("message"): Used to show alerts. window.confirm("message"): Used to show a confirmation form. window.prompt("message"): Used to show an input form to get data.