diff --git a/exercises/phone-number/description.md b/exercises/phone-number/instructions.md similarity index 98% rename from exercises/phone-number/description.md rename to exercises/phone-number/instructions.md index 5cfc506d7b..62ba48e96f 100644 --- a/exercises/phone-number/description.md +++ b/exercises/phone-number/instructions.md @@ -1,4 +1,4 @@ -# Description +# Instructions Clean up user-entered phone numbers so that they can be sent SMS messages. diff --git a/exercises/phone-number/introduction.md b/exercises/phone-number/introduction.md new file mode 100644 index 0000000000..c4142c5af7 --- /dev/null +++ b/exercises/phone-number/introduction.md @@ -0,0 +1,12 @@ +# Introduction + +You've joined LinkLine, a leading communications company working to ensure reliable connections for everyone. +The team faces a big challenge: users submit phone numbers in all sorts of formats — dashes, spaces, dots, parentheses, and even prefixes. +Some numbers are valid, while others are impossible to use. + +Your mission is to turn this chaos into order. +You'll clean up valid numbers, formatting them appropriately for use in the system. +At the same time, you'll identify and filter out any invalid entries. + +The success of LinkLine's operations depends on your ability to separate the useful from the unusable. +Are you ready to take on the challenge and keep the connections running smoothly?