Aims

The purpose of this module is to learn about arrays and the basics of iterating by using the “for” and “while” statements and the appropriate operators.

Expected outcomes

Upon completion of this module, you should know / should be able to:

Submodule 8.1: Arrays

    • understand and use the array data structure
    • create an array
    • use some common array methods (push, shift, [], …)

Submodule 8.2: Loops

    • create for loops
    • create while loops

Submodule 8.3: Word count

    1. Apply these statements in a word count problem
Key concepts

Last modified: Sunday, 17 December 2017, 9:42 PM