Skip to content

Commit ebc4206

Browse files
authored
Add a story to the phone-number exercise (#2514)
1 parent ae6a54b commit ebc4206

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

exercises/phone-number/description.md renamed to exercises/phone-number/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Description
1+
# Instructions
22

33
Clean up user-entered phone numbers so that they can be sent SMS messages.
44

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Introduction
2+
3+
You've joined LinkLine, a leading communications company working to ensure reliable connections for everyone.
4+
The team faces a big challenge: users submit phone numbers in all sorts of formats — dashes, spaces, dots, parentheses, and even prefixes.
5+
Some numbers are valid, while others are impossible to use.
6+
7+
Your mission is to turn this chaos into order.
8+
You'll clean up valid numbers, formatting them appropriately for use in the system.
9+
At the same time, you'll identify and filter out any invalid entries.
10+
11+
The success of LinkLine's operations depends on your ability to separate the useful from the unusable.
12+
Are you ready to take on the challenge and keep the connections running smoothly?

0 commit comments

Comments
 (0)