JavaScript can create less work for an application's user. In this atomic, you automatically move the user's cursor to the next field in an HTML form. It'll look like this:
Write code that accomplishes the following:
- The user sees an HTML form, which has three separate fields for parts of a phone number (ex: 402-555-0000).
- Write JavaScript so that when a user types in enough characters for each of the first two fields, their cursor automatically moves to the next field.
