

This entire form is a single Markdown file — title, pages, branding colour, the quiz answer key, and every media embed below all live in plain text. Read the snippet, then answer. Your score appears the moment you submit.
export function greet(name: string): string {
return `hello, ${name}`
}