Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Record playlist JS1 Week 3 #214

@Dedekind561

Description

@Dedekind561

Contents

How to create arrays ( 4/5 mins ) - video 1

  • Start with 10 different variables of the same type and then explain why this is a problem. What will happen when we create more and more of these variables?
  • Emphasise zero-indexing in arrays
  • Modifying arrays ( updating an item at a particular index )

for..of loop ( 5/10 mins ) - video 2

  • You can check out the traditional for loop in the previous section
  • Demonstrate use of for..of loop with an array

Walk through some code ( 10 mins) - video 3

  • Step through a code example like a computer
  • Show the debugger
  • Pick an example of one function calling another ( days of the week from JS1 Week 3 syllabus notes )

Actions

  • @alicagatay add some examples to the repo for your sections

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions