CSCI 351: Internet Programming
Week 7: Programming with JavaScript
Mon, Jul 13 - Sun, Jul 19, 2026
Activity
- Read Tutorial 8 in the textbook. Give a particular attention to the sections mentioned in the Course Outline
- Browse through the Internet materials (see below).
- Check the online examples (see below).
- Submit your assignment work on Canvas.
Objectives
- Learn about the features of JavaScript
- Send output to a Web page
- Work with variables and data
- Work with expressions and operators
- Create a JavaScript function
- Work with arrays and conditional statements
- Learn about program loops
Internet resources
Warning: This page contains links to external Web sites. Some of them might be temporarily or permanently off.
- Core DOM Level 1
- Core DOM Level 2
- DevEdge JavaScript Reference
- JavaScript Tutorial
- Regular Expression Examples