Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 335 Bytes

File metadata and controls

16 lines (14 loc) · 335 Bytes

Exercise 5

  • Create the following folder/file structure:
/ex_5
  |-- index.html

index.html

  • Create a basic HTML document
  • Create a script tag on the document head element
  • Using the prompt method ask the user tu input a number
  • Using the alert method show if the number is even or odd
Your number is even/odd