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 7.1: Arrays

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

Submodule 7.2: Loops

    • create for loops
    • create while loops

Submodule 7.3: Word count

    1. Apply these statements in a word count problem
Key concepts
  • JS - arrays
  • JS - loops
Instructions

In order to complete this module, you have to:

  • Study the resources provided for the 3 submodules
  • Test your knowledge by answering the Practice set on this module’s content
  • Implement and submit the assignment on this module’s content
  • Reflect if the outcomes of this Module have been achieved
  • Give us feedback on this module’s content

The estimated time to complete these activities is 3 hours.

Last modified: Saturday, 22 September 2018, 6:53 PM