Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Lesson 01

In this lesson we developed our first script to an simple stylized page.

Commands

  1. window.alert("message"): Used to show alerts.
  2. window.confirm("message"): Used to show a confirmation form.
  3. window.prompt("message"): Used to show an input form to get data.