instructional systems
Index:
[Session12] JavaScript 2 (Basic syntax, control structure (if, for, etc.))
1 Chapter1
2 Chapter2
3 Chapter3
4 Chapter4
5 Chapter5

Task12

Using JavaScript, create a Web page displaying all integers from 1 to 1000 that are not divisible by 3.

Name the file name of HTML file index.html, create a folder “task12” under st.gsis.kumamoto-u.ac.jp/username/public_html/, and upload the file to it.

Upon uploading, let us know the URI of the Web page that you created in 1.2. Task12:Introducing the created Web page.


Chapter 2 2.1 Write the JavaScript programming on your own
Chapter 2 2.2 Write the JavaScript programming on your own (2)