Register - Login - Forgotten Password

Lesson 5: Repeating Code with Loops in JavaScript

What does this loop display: `while (count Open Full Article...

Lesson 4: Making Decisions with if, else and switch in JavaScript

Will the assignment happen, or will JavaScript skip it? Open Full Article...

Lesson 13: Repeating Code With While Loops

How can Python repeat a pattern without making its programme longer and harder to change? Open Full Article...

Lesson 14: Repeating Code With For Loops

What if we already know which values Python should work through? Open Full Article...

Lesson 9: Using Else and Elif (Parent Q&A)

This guide explains how Python chooses between several possible paths in one conditional structure. Open Full Article...

Lesson 9: Using Else and Elif (Teach This Topic)

This guide supports teaching Python’s `else` and `elif` clauses as part of one connected decision. Open Full Article...

Lesson 9: Using Else and Elif

What if a program needs to respond to several possible situations instead of giving only a yes-or-no response? Open Full Article...