(Note: Please use Google Chrome web browser. Other browsers may not support the clicking/expanding/folding feature of this website. If you are using FireFox, you can enable 'Custom HTML Elements'. Open 'about:config' and enable the 'dom.webcomponents.enabled' flag.)

First Computer Programming with JavaScript

Structured programming is a programming paradigm aimed at improving the clarity, quality, and development time of a computer program by using functions and block structures. Structured programming is a common core feature supported in most programming languages. Students learn structured programming with JavaScript.

Contents [Hide]

  1. Introduction to the course
  2. Writing and running a first program
    • Web applications - HTML, JavaScript
    • How to edit web applications - Text editor
    • How to run web applications - Web browser
  3. How to add/subtract/multiply/divide numbers
    • How to store values
    • How to do arithmetic operations
  4. How to find the smallest/largest number
    • How to compare values
    • How to execute a piece of code only if a particular test evaluates to true