Input Field Management

Managing input fields is the most common application for Javascript.

Here's an example form and its source code.

It uses techniques we've seen before. Observe:


Lab

Your task:


Solution

Don't peek unless you're stuck!


Extra for Experts