Register - Login - Forgotten Password

Lesson 2: Variables, Values and Data Types in JavaScript

A game must remember a player name, a score and whether the level is complete, even though these pieces of information are different. Open Full Article...

Lesson 20: Dictionaries: Storing Information in Key-Value Pairs (Parent Q&A)

This guide explains how Python dictionaries organise related information as key-value pairs. Open Full Article...

Lesson 20: Dictionaries: Storing Information in Key-Value Pairs (Teach This Topic)

This guide supports teaching Python dictionaries as mappings that connect meaningful keys with associated values. Open Full Article...