Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 310 Bytes

ex_2.md

File metadata and controls

16 lines (13 loc) · 310 Bytes

Exercise 2

  • Create the following folder/file structure:
/ex_2
  |-- index.html
  |-- script.js

index.html

  • Create a basic HTML document
  • Create a script tag on the document head element
  • Add the script.js file to the document

script.js

  • Using the console show odd numbers from 1 to 1000