Skip to content

Commit

Permalink
Add a story to the phone-number exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
tasxatzial committed Dec 23, 2024
1 parent 72c16a8 commit ab56f24
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Description
# Instructions

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

Expand Down
12 changes: 12 additions & 0 deletions exercises/phone-number/introduction.md
Original file line number Diff line number Diff line change
@@ -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?

0 comments on commit ab56f24

Please sign in to comment.